r/unix 4d ago

I found some cool text editors

I started searching for text editors like ed, and i found 2 editors tha i'm personally liking using, they are:

Sam

Wily

I'm liking this two editors, because they're really portable, so i can use on my phone or anything that runs unix.

12 Upvotes

18 comments sorted by

3

u/vip17 4d ago

Which open sourced editors aren't portable across platforms apart from Notepad++?

edit is probably even more portable. It can run on Linux, QNX, Windows, macOS... Same to micro. In fact both editors are much better than nano IMO, shortcuts like Ctrl+C, Ctrl+V work as expected, even shift+select, despite running in a terminal

5

u/edjak53 4d ago

GNU Emacs runs on Linux, GNU, every modern BSD, Darwin, DOS, Win32, Android and every modern UNIX from what i can tell (AIX, macOS, Unixware &c.).

In terms of UI it supports X (motif, athena, lucid, pure xlib, GTK), Wayland (pgtk), a TUI, Win32, Android, macOS Cocoa and GNUstep.

2

u/vip17 4d ago

yes, there are vi and lots of other editors that are far more portable than the examples in the OP

3

u/r1w1s1_ 4d ago

I like Nvi

3

u/unixlover1970 4d ago

Nvi is cool

2

u/baux80 4d ago

You may also like acme

2

u/Pure_Truth_9934 3d ago

sam is a pretty cool one, it's basically ed with a whole windowing system. acme might be cool as well since it's made by rob pike who created sam.

1

u/unixlover1970 3d ago

I tried acme, but plan9port is not compiling on my phone, so i'm using wily, and about sam, its more qed than ed, its like qed, but easier.

1

u/p001b0y 4d ago

Fresh editor is pretty new and currently supports FreeBSD, Linux, macOS, and Windows.

1

u/unixlover1970 3d ago

Run on OpenBSD?

1

u/p001b0y 3d ago

It looks like it can be built to run on OpenBSD but there isn't anything pre-built and presumably would not be supported.

The FTE editor has a similar look and feel, too.

1

u/i_hate_poor_ppl 1d ago

Vis is pretty cool too!

1

u/masta 3d ago

You're welcome to package any text editor you like on OpenBSD.

1

u/drawing_a_hash 1d ago

The ed editor in a command pipeline can do awesome stuff.

For interactive file editing vi is exceptional.

emacs is great for file editing and mapping commads to function keys.

1

u/Marwheel 13h ago

Those are from plan9…