index
:
qcd
master
Define shortcuts to directories for quick `cd`s
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-07-21
qcd: Add descriptive comment to `change_shortcut`
Teddy Wing
2016-07-21
qcd: Enable `cd` into paths with spaces
Teddy Wing
2016-07-21
qcd: Quote the `$path` variable
Teddy Wing
2016-07-21
qcd: Only run `cd` if the given shortcut exists
Teddy Wing
2016-07-21
qcd: When a shortcut is passed, `cd` into the corresponding directory
Teddy Wing
2016-07-21
qcd: Fix `absolute_path` function
Teddy Wing
2016-07-21
qcd: Add "remove" command
Teddy Wing
2016-07-21
qcd: Move "add" and "change" commands to their own functions
Teddy Wing
2016-07-21
qcd: Add "change" command
Teddy Wing
2016-07-21
qcd: Rename `find_shortcut` function to `shortcut_exists`
Teddy Wing
2016-07-21
qcd: Only add shortcut to database if it's new
Teddy Wing
2016-07-21
qcd: Add `setup` function
Teddy Wing
2016-07-21
qcd: Initial "add" command implementation
Teddy Wing
2016-07-21
qcd: Remove `return` from help branch
Teddy Wing
2016-07-21
qcd: Option parsing skeleton
Teddy Wing
2016-07-21
qcd: Update usage output
Teddy Wing
2016-07-21
qcd: Set config path locations
Teddy Wing
2016-07-21
Add some ideas for what we want the new version to look like
Teddy Wing
2016-07-21
qcd: Add modeline to set Vim filetype for syntax highlighting
Teddy Wing
2016-07-21
Initial commit. First working version of qcd.
v0.0.1
Teddy Wing