
Micro
fzf
VS Code
Neovim
Bat
Notepad++
Vim Adventures
Vis
fd
Bat
fzf
The Silver Searcher
Starship (Shell Prompt)
lazygit
tmux
lf (file manager)
Micro is recommended for developers, system administrators, and anyone who frequently works within a terminal environment and needs a straightforward yet powerful text editor. It's particularly suitable for those who are looking for a simpler alternative to more complex editors like Vim or Emacs.
fd is recommended for developers, system administrators, and power users who often search through directories and require a fast, efficient tool with a shorter learning curve.
fd might be a bit more popular than Micro. We know about 130 links to it since March 2021 and only 89 links to Micro. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Two more lines worth stealing. Micro as the editor, because I want a terminal editor that behaves like every other text field when I am editing a commit message at 11pm:. - Source: dev.to / 14 days ago
Micro editor is a great choice as well imo but I don't think that micro has the thriving plugin ecosystem as compared to neovim but it is possible to make plugins for micro editor as well https://github.com/micro-editor/plugin-channel Link to Micro editor: https://micro-editor.github.io/. - Source: Hacker News / 6 months ago
If you are talking about agents I feel like opencode has gotten pretty good UI/UX If you are talking about a CLI editor, then micro has hit the nail on quality UX https://micro-editor.github.io/. - Source: Hacker News / 7 months ago
I tend to use micro[0] on most of my systems now just because it comes with really lovely defaults and keybindings that are a bit more familiar, but this might make me take a second look at nano in future. [0] https://micro-editor.github.io/. - Source: Hacker News / 11 months ago
I have tried to run micro https://micro-editor.github.io/ on my phone but this is some other beast if someone is running tmux and vim on their phone I have found that typing normally is really preferably on android and usually I didn't like having to press columns or ctrl or anything so as such since micro is really just such a great thing overall, it fit so perfectly that when I had that device, I was coding more... - Source: Hacker News / 10 months ago
Fast-glob was the Package Killer target, but it was not the only comparison worth making. Developers often reach for fd or ripgrep when they need to locate files from a terminal. They are mature native tools with excellent defaults, so this was not an attempt to manufacture an easy win. - Source: dev.to / 1 day ago
> Find works, but the syntax is arcane. Fd is a lifesaver: https://github.com/sharkdp/fd. - Source: Hacker News / about 2 months ago
I know that if you want `fd` (https://github.com/sharkdp/fd) you need to `apt install fd-find` and which installs the binary `fdfind` (!). - Source: Hacker News / 3 months ago
Fd is a friendlier, faster alternative to find, with sensible defaults and clean output. - Source: dev.to / 4 months ago
Fd is also great and I install it everywhere. https://github.com/sharkdp/fd. - Source: Hacker News / over 1 year ago
fzf - A command-line fuzzy finder written in Go
Bat - A cat(1) clone with wings.
VS Code - Build and debug modern web and cloud applications, by Microsoft
Neovim - Vim's rebirth for the 21st century
The Silver Searcher - A code searching tool similar to ack, with a focus on speed.
Starship (Shell Prompt) - Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and Powershell.