Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Dirbook is a small CLI created to help index directories/projects.
npm install -g dirbook
add
dirbook add
will index the current working directory, after asking you a few questions (name, description, tags).
copy [-t --tag <tag>]
dirbook copy
displays a list of all indexed directories. After selecting one and giving your new directory a name, a copy will be made in your current working directory.
open [-t --tag <tag>]
dirbook open
displays a list of all indexed directories. After selecting one, the directory will be opened in the default file browsing app.
select [-t --tag <tag>]
dirbook select
displays a list of all indexed directories. After selecting one or many, you will be given a few options. If more than one is chosen, their tags may be updated, or they may be deleted from dirbook. If only one is chosen, it may also be updated.
ls [-t --tag <tag>]
dirbook ls
and dirbook
prints all indexed directories. This is the default behavior.
alias [-o --active, -f --off, -x --prefix <prefix>, -p --path <path>]
Just calling dirbook alias
will print out the current alias settings (on/off, path to write to, prefix for alias).
Aliasing is off by default, and may be turned on by running dirbook alias -o
.
For aliasing to work, you will also need to give it the absolute path of the file you'd like to add aliases to. For most this will be .bash_profile or .bashrc.
Aliases will be given a prefix of dirbook-
by default to avoid overriding other command, but can be changed using dirbook alias -x <prefix>
Turning aliasing on will add an alias for ever indexed directory, using the form alias <prefix><name> = 'cd <path>'
Turning aliasing off will remove all aliases from
# dirbook-aliases-start
alias dirbook-element-calc='cd /Users/nickroberts404/Development/Projects/element-calc'
alias dirbook-thoughtjar='cd /Users/nickroberts404/Development/Projects/thoughtjar'
alias dirbook-telegraph='cd /Users/nickroberts404/Development/Projects/Telegraph'
# dirbook-aliases-end
(Aliases will only be available after restarting the terminal, or after calling source <path>
.)
reset
dirbook reset
will clear dirbook and remove aliases.
Usage: dirbook [options] [command]
Commands:
open [options] Open the selected directory in Finder/File Explorer.
add Add current directory to dirbook.
copy [options] Allows you to select directory to copy.
select [options] Allows you to select directories and perform actions.
ls [options] List all the things.
alias [options] Configure alias settings
reset Wipes dirbook's memory.
Options:
-h, --help output usage information
-V, --version output the version number
FAQs
Dirbook is a small CLI created to help index directories/projects.
The npm package dirbook receives a total of 2 weekly downloads. As such, dirbook popularity was classified as not popular.
We found that dirbook demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.