bbeng89 / ntbk

A simple, opinionated terminal notebook inspired by bullet journaling.
MIT License
1 stars 0 forks source link

Add --recursive/-r flag to be used with --list to recursively list all files in all subdirs #61

Closed bbeng89 closed 2 years ago

bbeng89 commented 2 years ago

Given the following:

2021/1984.md
2021/dune.md
2022/wheel-of-time.md
2022/harry-potter.md
goals.md
index.md

Doing ntbk c books -lr or ntbk c books --list --recursive would return:

2021/1984.md
2021/dune.md
2022/wheel-of-time.md
2022/harry-potter.md
goals.md
index.md

This would go through all subdirectories listing everything.