gimcrack wrote: Tue Nov 07, 2023 2:22 pm I always been using micro. I made micro better piggy banking on fzf as fzf has a pane window option. Which I use a script to use the fzf pane window as I'm using my micro text editor. I always like to jot notes fast while in the terminal. I use this script to do exactly that as an alias I simply call it sn as in simple notes.
alias sn="cd ~/.notes && ./sn.sh"
More details here;
https://github.com/linuxllc/sn
I access it while just typing sn at anytime. Jot my notes and hit Esc to exit(fzf) and never lose my place inside my terminal. Files get saved as Markdown documentation. To search your .md files(notes) is simple with the fzf pane windows. Since you can see part of your notes. As you accumulated more notes. Well you can simply use the fzf tool to find anything fast and efficient.
Thank you. It warms my soul when people give me what I ask for. :-)
If you have made a presentation of the script in another subject I would like the link so I can dig in deeper there instead of here.
I don't think it is relevant for my FeatherPad script because software has to be installed.
A main reason for my converting work is that I want it all to be clean MX.
But I still want to try to make it work and really understand the point. And I can't see micro so I don't think it works completely like it is supposed to.
When I execute the script (sn.sh) in Terminal I get some files in the left side and the content of the chosen one can be seen in the right side. So if I forgot the file name but remember the content I can browse quickly. Is that most of it.? :-)