This version includes backwards incompatible changes.
Added:
- List sorting by creation datetime:
--sort=ctime
. - List prefix with creation datetime:
--prefix=ctime
. - List prefix ctime and mtime customizable date format:
--date=FORMAT
. - Script to rename files and update links:
contrib/ctimehex.sh
.
Changed:
- New filenames are now unix epoch encoded hexidecimal instead of random.
- List sorting by title has been renamed:
--sort=title
--sort=alpha
. - Tests and fixtures updated for the new ctimehex based filenames.
- Tests fixtures deterministic mtimes are now hardcoded.
- Readme NotesiumList Fzf example includes
+s
to retain user sorting.