diff options
author | JTaylor <jtaylor@classicalconversations.com> | 2020-12-07 10:27:21 -0500 |
---|---|---|
committer | JTaylor <jtaylor@classicalconversations.com> | 2020-12-07 10:27:21 -0500 |
commit | 8abcc462e9ee03c3e595beb6bc5bcf423fa7db23 (patch) | |
tree | d57b85bf2cce3f465b74da02a31615505c09cc96 /japh | |
parent | 405be2d02b72481b7ad40d35e15a6db54cba354d (diff) |
Add "-a" flag to show all currenlty added projects
Diffstat (limited to 'japh')
-rw-r--r-- | japh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ function japh() { printf "function cd_$2() { cd \"$dir\"; }\n" >> $JAPH_DIR/cmds echo "project added!" ;; + "-a") + # Show the currently added commands + cat $CMD_FILE + ;; "help" | "-h") japh_usage ;; |