I would love a scrolling view of a directory. Right now I’m basically searching through my notes in bash with cat * | less
, lol!
Bonus feature: Filter by filename, i.e. enter a regex \d{4}-\d{2}-\d{2}
and it will only display files that start with a date
Another bonus feature: Filter by tags. i.e. if you enter #project1
it will only display files that contain that tag in the file