index
:
cdlog
master
Better directory changing for Bash
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
New feature: auto recovery.
HEAD
master
Kaz Kylheku
16 hours
2
-4
/
+42
*
README: numerous changes upon careful proof-reading.
Kaz Kylheku
9 days
1
-23
/
+29
*
README: no longer just three commands.
Kaz Kylheku
9 days
1
-1
/
+1
*
Make the directory holding session files configurable
Kaz Kylheku
2025-01-14
2
-8
/
+29
*
Add n command to cdr.
Kaz Kylheku
2025-01-14
2
-5
/
+15
*
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
2
-0
/
+29
*
Allow cdalias by number or @ search.
Kaz Kylheku
2024-04-10
2
-2
/
+30
*
New: search feature.
Kaz Kylheku
2024-04-10
2
-27
/
+109
*
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
2
-2
/
+11
*
cd: support 1-9 argument, like mcd.
Kaz Kylheku
2024-03-14
2
-4
/
+8
*
pd: implement -f option.
Kaz Kylheku
2024-03-14
2
-2
/
+10
*
Commands for listing and deleting cd aliases.
Kaz Kylheku
2024-03-07
2
-0
/
+33
*
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
2
-41
/
+35
*
Use global array for FIFO.
Kaz Kylheku
2024-02-25
2
-44
/
+43
*
Add tab completion for cd aliases.
Kaz Kylheku
2024-02-23
2
-0
/
+35
*
New, LRU mode; better than removed autocs feature.
Kaz Kylheku
2024-02-23
2
-6
/
+45
*
Revert "Implement autocs mode."
Kaz Kylheku
2024-02-23
2
-27
/
+0
*
New cd alias feature.
Kaz Kylheku
2024-02-23
2
-2
/
+48
*
Implement autocs mode.
Kaz Kylheku
2024-02-22
2
-0
/
+29
*
bug: path 8 duplicated into 9.
Kaz Kylheku
2024-02-13
1
-1
/
+1
*
Split off recovery from initialization.
Kaz Kylheku
2024-02-13
2
-8
/
+24
*
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
2
-9
/
+79
*
Persist state in ~/.cdlog.dirs.
Kaz Kylheku
2024-02-08
2
-14
/
+56
*
pd: support optional argument about which entry to pop.
Kaz Kylheku
2024-02-03
2
-11
/
+28
*
cll command to list all nine.
Kaz Kylheku
2024-02-01
2
-2
/
+11
*
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
2
-0
/
+43
*
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
2
-2
/
+3
*
Improve initialization.
Kaz Kylheku
2024-01-19
1
-8
/
+6
*
Reduce repeated code.
Kaz Kylheku
2024-01-19
1
-13
/
+7
*
README update.
Kaz Kylheku
2024-01-19
1
-2
/
+5
*
Generalize swap to rotate.
Kaz Kylheku
2024-01-19
2
-19
/
+33
*
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
2
-34
/
+79
[next]