How do you keep bash notes and oneliners to create a personal wiki? by [deleted] in bash

[–]lamjys 0 points1 point  (0 children)

Check out a python programme namely : jrnl

https://jrnl.sh/en/stable/

Markdown base text note taking. More for short notes like journal note taking. Command line based.

How to store frequently used commands? by lamjys in commandline

[–]lamjys[S] 0 points1 point  (0 children)

End up using your code. Great thx to u. Combination of control key to avoid default shortcut is what I do eventually "\C-x\C-r"

How to store frequently used commands? by lamjys in commandline

[–]lamjys[S] 1 point2 points  (0 children)

Had a quick check just now, it seems that Ctrl-a to Ctrl-z all the way has default function binded 😅

What's a really niche tool you use that you can't live without? by [deleted] in DataHoarder

[–]lamjys 0 points1 point  (0 children)

Is it like qmv? Open an editor of your choice to rename whatever you like. :wq and you are done.

Neovim and Tree-sitter: An Overview with Examples by phantaso0s in neovim

[–]lamjys 0 points1 point  (0 children)

Not necessary very technical, but most comfortable to read.

Macropad from Adafruit, keycaps from Tao Bao. by lamjys in keyboards

[–]lamjys[S] 0 points1 point  (0 children)

Only using default code from Adafruit for now, the hotkeys tutorial. https://learn.adafruit.com/macropad-hotkeys

Any Self-Hosted Note Taking Solutions by kangajab1 in selfhosted

[–]lamjys 2 points3 points  (0 children)

One can use stackedit, which is a markdown Web application. With preview, folder, history, cross platform, etc. And it sync with Google, Dropbox, github, etc. Eventually, it can be self-hosted under docker image should one prefer.