Rosettea / Hilbish

🌓 The Moon-powered shell! A comfy and extensible shell for Lua fans! 🌺 ✨
https://rosettea.github.io/Hilbish/
MIT License
496 stars 21 forks source link

feat!: use structured format for history #300

Open TorchedSammy opened 3 months ago

TorchedSammy commented 3 months ago

this means either using something like json (meh) or a proper database (sqlite, bolt). it would provide many advantages, firstly being able to store more than just the command history. things like frequency, directory (or directories) the command is used in, etc.