3 ms·
I’ve recently been looking into some tools that provide quick or painless help like pop up snippets with descriptions and cheat sheets, got any recommendations?
by weedhopper 6mo ago
I’ve recently been looking into some tools that provide quick or painless help like pop up snippets with descriptions and cheat sheets, got any recommendations?
- rusted_gear 6mo agoI've found tldr to be useful https://github.com/tldr-pages/tldr https://github.com/tldr-pages/tldr
- arcanemachiner 6mo agoNavi is good for generating personal cheatsheets: https://github.com/denisidoro/navi https://github.com/denisidoro/navi But for Git, I can't recommend lazygit enough. It's an incredible piece of software: https://github.com/jesseduffield/lazygit https://github.com/jesseduffield/lazygit
- alwillis 6mo agoCheaters: https://brettterpstra.com/projects/cheaters https://brettterpstra.com/projects/cheaters
- FergusArgyll 6mo agoJust handroll one, I wrote one in python, use an sqlite db, call out to fzf and voila you have the perfect tool. Codex can prob one shot it