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
2017-10-04
qcd: Update comment about slash escaping
HEAD
master
Teddy Wing
2017-10-04
Homebrew/qcd.rb: Update to v0.2.1
Teddy Wing
2017-10-04
CHANGELOG: Describe changes for v0.2.1
v0.2.1
Teddy Wing
2017-10-04
Merge branch 'allow-database-file-to-be-symlinked'
Teddy Wing
2017-10-04
qcd: Allow database file to be symlinked
Teddy Wing
2017-10-04
Merge branch 'fix-change-command-sed-substitution-escaping-for-bash-4'
Teddy Wing
2017-10-04
qcd: Update slash-escapes in change command for Bash 4
Teddy Wing
2016-12-03
Homebrew/qcd.rb: Update to v0.2.0
Teddy Wing
2016-12-03
CHANGELOG: Describe changes for v0.2.0
v0.2.0
Teddy Wing
2016-12-03
qcd: Add option to list shortcuts
Teddy Wing
2016-07-24
Homebrew/qcd.rb: Update to v0.1.1
Teddy Wing
2016-07-24
Add CHANGELOG
v0.1.1
Teddy Wing
2016-07-24
qcd: Prefix helper functions with `__qcd_`
Teddy Wing
2016-07-23
Add Homebrew formula
Teddy Wing
2016-07-22
Remove 'new interface.txt'
v0.1.0
Teddy Wing
2016-07-22
Add README.md
Teddy Wing
2016-07-22
Add license information (GPLv3)
Teddy Wing
2016-07-22
qcd.bash-completion: Remove path variables
Teddy Wing
2016-07-22
Update Bash completion file to work with database-enabled version
Teddy Wing
2016-07-22
qcd: Run initial setup
Teddy Wing
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