diff options
author | pin <pin@pkgsrc.org> | 2020-04-06 11:41:05 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2020-04-06 11:41:05 +0000 |
commit | e760580665a72c4537b8d3885122e065da33f4f8 (patch) | |
tree | 797c6817c34a3043ef9d952af100053b2dcd7804 /editors | |
parent | 7e5880036805ccfb249e0e00a4eb96e0c6d27d2a (diff) | |
download | pkgsrc-e760580665a72c4537b8d3885122e065da33f4f8.tar.gz |
Import focuswriter-1.7.5 as editors/focuswriter
FocusWriter is a simple, distraction-free word processor. It utilizes a
hide-away interface that you access by moving your mouse to the edges of
the screen, allowing the program to have a familiar look and feel to it
while still getting out of the way so that you can immerse yourself in
your work.
FocusWriter allows you to customize your environment by creating themes
that control the font, colors, and background image to add ambiance. It
also features on-the-fly updating statistics, daily goals, multiple open
documents, spell-checking, and much more.
Additionally, when you open the program your current work in progress will
automatically load and position you where you last left off so that you
can immediately jump back in.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 48e7130d5f5..37df79fedd6 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.201 2020/02/13 03:21:54 gutteridge Exp $ +# $NetBSD: Makefile,v 1.202 2020/04/06 11:41:05 pin Exp $ # COMMENT= Editors @@ -43,6 +43,7 @@ SUBDIR+= ex SUBDIR+= fe SUBDIR+= feathernotes SUBDIR+= featherpad +SUBDIR+= focuswriter SUBDIR+= gate SUBDIR+= gconf-editor SUBDIR+= gedit |