dtach VS micro-editor

Compare dtach vs micro-editor and see what are their differences.

dtach

A simple program that emulates the detach feature of screen (by crigler)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dtach micro-editor
13 227
447 23,947
- -
0.0 9.4
almost 7 years ago 4 days ago
C Go
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dtach

Posts with mentions or reviews of dtach. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-20.
  • "<ESC>[31M"? ANSI Terminal security in 2023 and finding 10 CVEs
    7 projects | news.ycombinator.com | 20 Oct 2023
  • Neovim Remote ssh
    1 project | /r/neovim | 24 Jun 2023
    ssh from your favourite terminal to your workstation works fine. (I spent two COVID years working that way.) If you use multiple terminals, look up ssh multiplexing to improve performance a bit. If you want to keep remote sessions alive without mucking up your preferred terminal, try dtach.
  • Boot to Vim, Vim as PID 1
    3 projects | news.ycombinator.com | 22 Apr 2023
    Not the same, but I really dig using vim (neovim) as my terminal multiplexer. Vim has tools for managing windows, splits, all the things, and it felt redundant having two separate tools.

    The one thing I needed was a way to attach/detach it, and have it survive across ssh disconnects. I struggled for a while trying to use things like reptyr or others. Eventually I remembered/rediscovered dtach, which is a very thin very simple proxy, as opposed to a full on terminal emulator / multiplexer. https://github.com/crigler/dtach

  • Taking out the garbage
    3 projects | /r/neovim | 16 Mar 2023
  • Is TMUX necessary when using emacs?
    1 project | /r/emacs | 19 Aug 2022
    Not really, and for what TRAMP + vterm doesn't cover such as unexpected disconnects, there's dtach and detached.el.
  • After years on Linux, I just discovered Vim &amp; TMUX. They're fucking amazing.
    10 projects | /r/linux | 3 May 2022
    GNU Screen, tmux and dtach (with convenient Emacs interface) all serve to limit that problem.
  • Console – An Interview with Kovid Goyal of Kitty, the GPU Based Terminal
    1 project | news.ycombinator.com | 30 Jan 2022
    > What's an opinion you have that most people don't agree with?

    > Haha. I specialize in having opinions people don’t agree with :) In kitty, the most controversial is probably that terminal multiplexers are the devils’ gift to mankind.

    I cannot agree strongly enough that the virtualized rendering done by programs like screen & tmux is a curse. Trying to get truecolor tmux+ssh+tmux+vim working in truecolor mode is a disaster. Terminal-multiplexers emulate a screen and then render their buffered session to whomever is attached, and it's a frustrating, bad, lossy process. Often the original session and what attaches don't match, and there's not much one can really do. I am not a terminal expert but the situation seems awful, & is one of the highest elder crafts of computing, far more subtle & deranged than one could ever imagine.

    Kitty tries to re-build a lot of these terminal multiplexer functionalities itself. It has tabs, it has splits. Generally kitty is a pretty do-all terminal system. Afaik there's not really any way presently to solve the root of these mismatch problems, which is basically that programs generally don't reevaluate their TERM environment variable, even though these environs are technically editable at runtime (by the process, or outsiders).

    Kovid (Kitty author) talks about being a vim user. I too am a vim user. In fact, one of my favorite techniques has been to just live inside vim, to use it's terminal emulator, to get ok (i'm still pretty not good) at using it's splits and windows to lay stuff out. The one missing agent for me was that I wanted a way to be able to detach my vim session & come back latter. I spent considerable time trying reptyr & other ways to reattach processes. After much failure at getting vim to detach/reattach, to persist across sessions, I eventually re-encountered a program dtach[1] I'd run into years ago, which works great. Unlike tmux and screen, it's not a terminal emulator. It's just a dumb pipe that a program can render into, and a way to reattach to that pipe again latter. It can run in detached mode so that if your session exits, the program stays open. This way, I can just open vim & have my entire workspace inside vim, with whatever terminals I need, and detach/reattach the vim session at my leisure.

    [1] https://github.com/crigler/dtach

  • Are there any Discord Ticker Bots?
    2 projects | /r/nanocurrency | 20 Dec 2021
    So now whenever you execute that command, it will update the channel with the current price. You can then run it on a loop, crontab, whatever you want. One of my favorite things to do is to use while $true loops, and applications like dtach.
  • Recommendation: Terminal Multiplexer
    1 project | /r/MoneroMining | 16 Oct 2021
  • I am so glad and excited when I learn about multiple windows on vim, guess I'll use it more often.
    4 projects | /r/vim | 2 May 2021
    i prefer to use dtach for that if I only need this feature

micro-editor

Posts with mentions or reviews of micro-editor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-17.
  • Ask HN: What software sparks joy when using?
    10 projects | news.ycombinator.com | 17 Apr 2024
  • Modeless Vim
    13 projects | news.ycombinator.com | 15 Jan 2024
  • Essential Command Line Tools for Developers
    29 projects | dev.to | 15 Jan 2024
    To see more screenshots of micro, showcasing some of the default color schemes, see here.
  • Go: What We Got Right, What We Got Wrong
    22 projects | news.ycombinator.com | 4 Jan 2024
    Not sure these are really popular, but I cannot resist advertising a few utilities written in Go that I regularly use in my daily workflow:

    - gdu: a NCDU clone, much faster on SSD mounts [1]

    - duf: a `df` clone with a nicer interface [2]

    - massren: a `vidir` clone (simpler to use but with fewer options) [3]

    - gotop: a `top` clone [4]

    - micro: a nice TUI editor [5]

    Building this kind of tools in Go makes sense, as the executables are statically compiled and are thus easy to install on remote servers.

    [1]: https://github.com/dundee/gdu

    [2]: https://github.com/muesli/duf

    [3]: https://github.com/laurent22/massren

    [4]: https://github.com/xxxserxxx/gotop

    [5]: https://github.com/zyedidia/micro

  • Text Editor: Data Structures
    5 projects | news.ycombinator.com | 26 Dec 2023
    > The worst way to store and manipulate text is to use an array.

    Claim made from theoretical considerations, without any actual reference to real-world editors. The popular Micro[1] text editor uses a simple line array[2], and performs fantastically well on real-world editing tasks.

    Meanwhile, ropes are so complicated that even high-quality implementations have extremely subtle bugs[3] that can lead to state or content corruption.

    Which data structure is "best" is not just a function of its asymptotic performance. Practical considerations are equally important (arguably more so).

    [1] https://github.com/zyedidia/micro

    [2] https://github.com/zyedidia/micro/blob/master/internal/buffe...

    [3] https://github.com/cessen/ropey/pull/67

  • A nano like text editor built with pure C
    5 projects | news.ycombinator.com | 25 Dec 2023
  • A simple guide for configuring sudo and doas
    3 projects | dev.to | 24 Dec 2023
    There are two main ways to configure sudo.The first one is using the sudoers file.It is located at /etc/sudoers for Linux,and /usr/local/etc/sudoers for FreeBSD respectively.The paths are different,but the configuration works in the same way. A typical sudoers file looks like this. The sudoers file must be edited with the visudo command,which ensures the config is free of errors.Running this command as the root user will result in opening vi by default.If you want to use a different editor you can set the VISUAL environment varaible to the editor you want. For example,if you want to use micro as the text editor run:
  • what terminal emulator do you use and why?
    9 projects | /r/archlinux | 10 Dec 2023
    found that micro has dedicated info page for copy paste
  • Microsoft is exploring adding a command line text editor into Windows, and it wants your feedback
    6 projects | /r/Windows11 | 9 Dec 2023
    micro: winget install zyedidia.micro
  • What is the best basic ass text editor?
    1 project | /r/windows | 9 Dec 2023

What are some alternatives?

When comparing dtach and micro-editor you can also consider the following projects:

abduco - abduco provides session management i.e. it allows programs to be run independently from its controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen.

helix - A post-modern modal text editor.

Mosh - Mobile Shell

filemanager-plugin - A file manager plugin for the editor "Micro"

vim-tig - Do a tig in your vim

kakoune - mawww's experiment for a better code editor

dtach - Updated version of Ned T. Crigler's wonderful dtach utility, simplified with the eventual goal of being scriptable.

xclip - Command line interface to the X11 clipboard

OpenSSH-LINEMODE - This is an import of the portable OpenSSH CVS tree, with hacks to support client-side input line editing. This feature is desirable because it eliminates character echoing delays when working with remote servers across distant and/or slow networks, and also helps cut down on the number of bytes and packets transmitted in an interactive session.

vim-surround - surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease

vim-graphical-preview - Small plugin for Vim to display graphics with SIXEL characters

editorconfig-core-go - EditorConfig Core written in Go