index
:
cdlog
master
Better directory changing for Bash
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cdlog.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
cdr: delete unwanted contexts with d prefix.
Kaz Kylheku
2024-03-14
1
-1
/
+9
*
cd: support 1-9 argument, like mcd.
Kaz Kylheku
2024-03-14
1
-2
/
+4
*
pd: implement -f option.
Kaz Kylheku
2024-03-14
1
-2
/
+7
*
Commands for listing and deleting cd aliases.
Kaz Kylheku
2024-03-07
1
-0
/
+29
*
completion: set nospace option.
Kaz Kylheku
2024-03-06
1
-0
/
+2
*
Bugfix: handle empty argument in cdlog.chdir.
Kaz Kylheku
2024-02-25
1
-1
/
+4
*
Allow unlimited internal history.
Kaz Kylheku
2024-02-25
1
-29
/
+23
*
Use global array for FIFO.
Kaz Kylheku
2024-02-25
1
-40
/
+39
*
Add tab completion for cd aliases.
Kaz Kylheku
2024-02-23
1
-0
/
+29
*
New, LRU mode; better than removed autocs feature.
Kaz Kylheku
2024-02-23
1
-6
/
+27
*
Revert "Implement autocs mode."
Kaz Kylheku
2024-02-23
1
-17
/
+0
*
New cd alias feature.
Kaz Kylheku
2024-02-23
1
-2
/
+33
*
Implement autocs mode.
Kaz Kylheku
2024-02-22
1
-0
/
+19
*
bug: path 8 duplicated into 9.
Kaz Kylheku
2024-02-13
1
-1
/
+1
*
Split off recovery from initialization.
Kaz Kylheku
2024-02-13
1
-6
/
+17
*
Implement context cloning.
Kaz Kylheku
2024-02-08
1
-3
/
+15
*
bugfix: don't let user select invalid context number.
Kaz Kylheku
2024-02-08
1
-1
/
+2
*
Implement multiple persisted sessions.
Kaz Kylheku
2024-02-08
1
-4
/
+68
*
Persist state in ~/.cdlog.dirs.
Kaz Kylheku
2024-02-08
1
-14
/
+45
*
pd: support optional argument about which entry to pop.
Kaz Kylheku
2024-02-03
1
-8
/
+23
*
cll command to list all nine.
Kaz Kylheku
2024-02-01
1
-1
/
+9
*
Don't use global x for looping.
Kaz Kylheku
2024-02-01
1
-2
/
+2
*
mcd: scroll-region-friendly line clearing.
Kaz Kylheku
2024-02-01
1
-1
/
+4
*
Use range expansion.
Kaz Kylheku
2024-02-01
1
-1
/
+1
*
New: mcd, mcs: menu-based cd and cs.
Kaz Kylheku
2024-01-25
1
-0
/
+37
*
cdlog: simplify prefixes.
Kaz Kylheku
2024-01-25
1
-5
/
+6
*
print new PWD in pd and cs.
Kaz Kylheku
2024-01-25
1
-0
/
+3
*
Add cl alias for cdlog.
Kaz Kylheku
2024-01-23
1
-0
/
+1
*
Improve initialization.
Kaz Kylheku
2024-01-19
1
-8
/
+6
*
Reduce repeated code.
Kaz Kylheku
2024-01-19
1
-13
/
+7
*
Generalize swap to rotate.
Kaz Kylheku
2024-01-19
1
-18
/
+28
*
Remove repetitive code from cdlog.swap.
Kaz Kylheku
2024-01-19
1
-44
/
+24
*
Minor code tidying.
Kaz Kylheku
2024-01-19
1
-17
/
+9
*
cs takes argument; swapping behavior removed from cd.
Kaz Kylheku
2024-01-19
1
-18
/
+74
*
Change semantics of swap implementation.
Kaz Kylheku
2024-01-18
1
-4
/
+4
*
Change naming of functions to dot notation.
Kaz Kylheku
2024-01-18
1
-8
/
+8
*
Initial version of cdlog.
Kaz Kylheku
2024-01-18
1
-0
/
+114