MarkHedleyJones / dmenu-extended

An extension to dmenu for quickly opening files and folders.
MIT License
387 stars 33 forks source link

Split cache_build logic into separate script #131

Open MarkHedleyJones opened 1 year ago

MarkHedleyJones commented 1 year ago

Currently the cache~build calls a function from within the main.py script. The system would be a bit more modular if the cache building logic was separate from the menu script. That script could be called directly to rebuild the cache.