Skip to content

Commit

Permalink
cdhist becomes seedee
Browse files Browse the repository at this point in the history
  • Loading branch information
joknarf committed Feb 18, 2024
1 parent 81cd6a3 commit fb64200
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cdhist
# seedee

Navigate interactively through directories / history of visited directories using arrow keys from command line.
Compatibility : bash / ksh / zsh
Expand Down Expand Up @@ -43,7 +43,7 @@ putting on command line : `work` and hitting <kbd>Shift</kbd>+<kbd>⇧</kbd> wil
</div>

* using bash, `<tab>` cd auto completion can be enabled for `cd` command:
* setting env variable `CDCOMPLETE=y` before sourcing `cdhist`
* setting env variable `CDCOMPLETE=y` before sourcing `seedee`

## keys when in menu

Expand Down Expand Up @@ -71,7 +71,7 @@ putting on command line : `work` and hitting <kbd>Shift</kbd>+<kbd>⇧</kbd> wil
# usage

```
$ . ./cdhist
$ . ./seedee
$ cd <dir>
=> change to <dir> and add <dir> to $CDHISTFILE
$ cd --
Expand Down
1 change: 0 additions & 1 deletion cdhist.plugin.bash

This file was deleted.

1 change: 0 additions & 1 deletion cdhist.plugin.zsh

This file was deleted.

8 changes: 4 additions & 4 deletions cdhist → seedee
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#===============================================================
# cdhist:
# seedee:
# shell `cd`` command extensions for bash/ksh/zsh/ash
# dir history / subdir explore
# . ./cdhist
# . ./seedee
#
# cd <dir> : change dir and push directory to CDHISTORYFILE
# cd -- [-a] [<pat> ...] : display/choose in dir history
Expand All @@ -22,8 +22,8 @@
# CDNBDIRS : default to 10 (nbdir history to display)
# CDINITDIRS : add directories if $CDHISTORYFILE is empty
# CDPOWERLINE : y or n powerline symbol usage
# CDHISTBIND : key to bind cdhist to Esc-key (Alt-key) default "!"
# CDLBIND : key to bind cdlocate to Esc-key (Alt-key) default "*"
# CDHISTBIND : key to bind cdhist to Esc-key (Alt-key) default "Shift-Down Ctrl-Down"
# CDLBIND : key to bind cdlocate to Esc-key (Alt-key) default "Ctrl-Shift-Down"
#================================================================

unalias cd 2>/dev/null
Expand Down
1 change: 1 addition & 0 deletions seedee.plugin.bash
1 change: 1 addition & 0 deletions seedee.plugin.zsh

0 comments on commit fb64200

Please sign in to comment.