LukeSmithxyz/lb

Letting lb do the job with: ./lb l

Closed this issue · 1 comments

I was thinking about committing a little modification to lb that allows the user to list all published entries by running ./lb l.
This would be accomplished by creating a new list() function (that can then be called by listandReturn() for all other purposes), but I'm not sure if it is a good overall addition... Truth is, it might just result in bloating lb since the output would practically be the same as running ls on the blog directory, but with the formatting listandReturn() currently does.
The pretty thing about it would be that the end user could just interface with its blog by using lb, and only lb.
With that in mind, I opened an issue for us to debate.