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
*
cdunalias: improve test for undefined alias.
HEAD
master
Kaz Kylheku
2025-02-21
1
-1
/
+1
*
cdalias: take zero, one or two args.
Kaz Kylheku
2025-02-20
1
-3
/
+20
*
Issue successful status out of cdlog.recover.
Kaz Kylheku
2025-02-12
1
-0
/
+1
*
New feature: auto recovery.
Kaz Kylheku
2025-02-04
1
-3
/
+19
*
Make the directory holding session files configurable
Kaz Kylheku
2025-01-14
1
-8
/
+15
*
Add n command to cdr.
Kaz Kylheku
2025-01-14
1
-0
/
+6
*
Copyright year bump to 2025.
Kaz Kylheku
2025-01-01
1
-1
/
+1
*
Bail if not interactive.
Kaz Kylheku
2024-12-19
1
-0
/
+3
*
bug: cd history not working when not in cdlog_lru mode.
Kaz Kylheku
2024-12-17
1
-2
/
+2
*
once more: fix broken cd when cdlog_lru is not enabled
Kaz Kylheku
2024-12-16
1
-1
/
+1
*
fix broken cd when cdlog_lru is not enabled.
Kaz Kylheku
2024-12-11
1
-1
/
+1
*
Add c command for lookup.
Kaz Kylheku
2024-04-10
1
-0
/
+21
*
Allow cdalias by number or @ search.
Kaz Kylheku
2024-04-10
1
-2
/
+22
*
New: search feature.
Kaz Kylheku
2024-04-10
1
-27
/
+87
*
cd: when using alias or number, print new PWD.
Kaz Kylheku
2024-03-25
1
-1
/
+5
*
cdr: indicate the current context.
Kaz Kylheku
2024-03-14
1
-4
/
+6
*
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
[next]