aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New feature: auto recovery.HEADmasterKaz Kylheku16 hours2-4/+42
* README: numerous changes upon careful proof-reading.Kaz Kylheku9 days1-23/+29
* README: no longer just three commands.Kaz Kylheku9 days1-1/+1
* Make the directory holding session files configurableKaz Kylheku2025-01-142-8/+29
* Add n command to cdr.Kaz Kylheku2025-01-142-5/+15
* Copyright year bump to 2025.Kaz Kylheku2025-01-011-1/+1
* Bail if not interactive.Kaz Kylheku2024-12-191-0/+3
* bug: cd history not working when not in cdlog_lru mode.Kaz Kylheku2024-12-171-2/+2
* once more: fix broken cd when cdlog_lru is not enabledKaz Kylheku2024-12-161-1/+1
* fix broken cd when cdlog_lru is not enabled.Kaz Kylheku2024-12-111-1/+1
* Add c command for lookup.Kaz Kylheku2024-04-102-0/+29
* Allow cdalias by number or @ search.Kaz Kylheku2024-04-102-2/+30
* New: search feature.Kaz Kylheku2024-04-102-27/+109
* cd: when using alias or number, print new PWD.Kaz Kylheku2024-03-251-1/+5
* cdr: indicate the current context.Kaz Kylheku2024-03-141-4/+6
* cdr: delete unwanted contexts with d prefix.Kaz Kylheku2024-03-142-2/+11
* cd: support 1-9 argument, like mcd.Kaz Kylheku2024-03-142-4/+8
* pd: implement -f option.Kaz Kylheku2024-03-142-2/+10
* Commands for listing and deleting cd aliases.Kaz Kylheku2024-03-072-0/+33
* completion: set nospace option.Kaz Kylheku2024-03-061-0/+2
* Bugfix: handle empty argument in cdlog.chdir.Kaz Kylheku2024-02-251-1/+4
* Allow unlimited internal history.Kaz Kylheku2024-02-252-41/+35
* Use global array for FIFO.Kaz Kylheku2024-02-252-44/+43
* Add tab completion for cd aliases.Kaz Kylheku2024-02-232-0/+35
* New, LRU mode; better than removed autocs feature.Kaz Kylheku2024-02-232-6/+45
* Revert "Implement autocs mode."Kaz Kylheku2024-02-232-27/+0
* New cd alias feature.Kaz Kylheku2024-02-232-2/+48
* Implement autocs mode.Kaz Kylheku2024-02-222-0/+29
* bug: path 8 duplicated into 9.Kaz Kylheku2024-02-131-1/+1
* Split off recovery from initialization.Kaz Kylheku2024-02-132-8/+24
* Implement context cloning.Kaz Kylheku2024-02-081-3/+15
* bugfix: don't let user select invalid context number.Kaz Kylheku2024-02-081-1/+2
* Implement multiple persisted sessions.Kaz Kylheku2024-02-082-9/+79
* Persist state in ~/.cdlog.dirs.Kaz Kylheku2024-02-082-14/+56
* pd: support optional argument about which entry to pop.Kaz Kylheku2024-02-032-11/+28
* cll command to list all nine.Kaz Kylheku2024-02-012-2/+11
* Don't use global x for looping.Kaz Kylheku2024-02-011-2/+2
* mcd: scroll-region-friendly line clearing.Kaz Kylheku2024-02-011-1/+4
* Use range expansion.Kaz Kylheku2024-02-011-1/+1
* New: mcd, mcs: menu-based cd and cs.Kaz Kylheku2024-01-252-0/+43
* cdlog: simplify prefixes.Kaz Kylheku2024-01-251-5/+6
* print new PWD in pd and cs.Kaz Kylheku2024-01-251-0/+3
* Add cl alias for cdlog.Kaz Kylheku2024-01-232-2/+3
* Improve initialization.Kaz Kylheku2024-01-191-8/+6
* Reduce repeated code.Kaz Kylheku2024-01-191-13/+7
* README update.Kaz Kylheku2024-01-191-2/+5
* Generalize swap to rotate.Kaz Kylheku2024-01-192-19/+33
* Remove repetitive code from cdlog.swap.Kaz Kylheku2024-01-191-44/+24
* Minor code tidying.Kaz Kylheku2024-01-191-17/+9
* cs takes argument; swapping behavior removed from cd.Kaz Kylheku2024-01-192-34/+79