I often run the equivalent of
vi +99999 $( ls ~/.clk/timeline/*.txt | sort | tail -n1 )
so that I can edit the most recent entry. This typically happens when I make a typo in the most recent clk in command.
This shortcut should probably be given a somewhat long name to discourage it's use. Manually editing the timeline is a blunt instrument. Maybe clk edit-recent?
I often run the equivalent of vi +99999 $( ls ~/.clk/timeline/*.txt | sort | tail -n1 ) so that I can edit the most recent entry. This typically happens when I make a typo in the most recent
clk in
command.This shortcut should probably be given a somewhat long name to discourage it's use. Manually editing the timeline is a blunt instrument. Maybe
clk edit-recent
?