Fri is a program for writing without distractions.
You can use Fri for writing documentation, job applications, letters, novels, anything where you don't want your creativity to be kept back by distracting technicalities.
The main feature of Fri is its lack of features. Fri doesn't have any support for text formatting nor any support for text editing beyond using backspace. This frees you from worrying about structure and formatting, making you much more productive. The idea is to produce content in Fri, then to open the resulting text file in a different program and refine it.
Fri is best used with the terminal emulator in full screen mode in order to shield you from distractions such as email or instant messaging.
cat > out.txt
?You can indeed use cat
, but cat
does not auto-save your data. It shows all
previous lines of text and does not perform automatic line breaking. Also, it
is all to easy to overwrite your data by typing
cat > my_bestselling_novel.txt
,
when you really meant cat >> my_bestselling_novel.txt
.
See the man page.
Fri can be built for most Unix-like operating systems, including Linux, FreeĀBSD and OpenĀBSD.
git clone https://satsumasbloggen.com/repo/fri
ncurses
library has been installed, including header files.cd fri
make
fri
executable to somewhere in your $PATH
.Added Hemingway mode.
Initial release.
Please send comments and bug reports to Fredrik Arnerup arnerup@kth.se