A Text Editor
JOE (Joe's Own Editor) is a freeware ASCII editor for UNIX. Joe is
similar to most IBM PC text editors. The keyboard combinations are
similar to WordStar[tm] and Turbo C. Some of Joe's features include:
-full support of termcap and terminfo (useful for device-independent
descriptions to control screen output) -optimized screen refresh like
GNU Emacs (Joe can even be used at 2400 baud) -easy installation with
all features for UNIX integration with vi: a marked block of text can
be filtered through a UNIX command and wherever JOE accepts a filename
parameter, the following can also be substituted:
!command\t\t:to redirect from or to another command
>>filename\t\t:to append onto an existing file
filename,start,size\t:to edit a part of a file or device
-\t\t\t:to use standard input/output
When JOE has several files opened at the same time, each file is
displayed in its own window. Additionally, JOE allows for shell windows
from which the output of the executed commands are saved in a buffer,
automatic filename completion (via TAB), help windows, undo and redo,
and search and replace using regular expressions.
- Developed at editors
- Sources inherited from project openSUSE:Factory
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/joe && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
de.po | 0000038314 37.4 KB | |
joe-3.1-fix_isblanck_argument.patch | 0000000784 784 Bytes | |
joe-3.3-warnings.patch | 0000000431 431 Bytes | |
joe-3.7-additional_key_mappings.patch | 0000002470 2.41 KB | |
joe-3.7-spec_association.patch | 0000000325 325 Bytes | |
joe-4.6-desktop_files.patch | 0000001380 1.35 KB | |
joe-4.6-nonvoid-functions.patch | 0000000292 292 Bytes | |
joe-4.6.tar.gz | 0001895046 1.81 MB | |
joe-rpmlintrc | 0000000193 193 Bytes | |
joe-sigiot.patch | 0000001049 1.02 KB | |
joe.changes | 0000030614 29.9 KB | |
joe.spec | 0000002427 2.37 KB |
Revision 31 (latest revision is 33)
- Small packaging simplifications - Lets enable selinux - Added patch to fix build on SLe_12_Sp3 and openSUSE_Leap_42.3 * joe-4.6-nonvoid-functions.patch - Fixed broken build: Added patch which was forgotten to add to version control. - Add Patch joe-4.6-desktop_files.patch: Desktop Category was wrong. - Update to version 4.6 * Upgrade to Unicode 10.0.0. Add configure environment variable that allows you select Unicode 8.0.0, 9.0.0 or 10.0.0. * Install Gnome .desktop files for JOE. This allows you to use JOE in GUI "Open With" mouse actions. * Support strikeout and double-underline attributes for the few terminal emulators that support them. Use "stricken" and "dunderline" in the syntax files, or \s and \z in help screens and status line. * Fix bug where JOE would sometimes crash when editing shell scripts. This was due to an obscure bug in the syntax highlighter: 'reset' command (used for default state) was incorrectly messing with stack. * -highlighter_context was missing from many file types, which negated some improvements from the previous version. * Fixed signed char overflow with old style mouse events in large windows * Fix bug where path restart (//) was being applied to block filter command prompt. Strange things would happen if you had adjacent slashes in command arguments. * Allow ~ expansion but suppress path restart (//) in compiler error parsing. Restore default handling of SIGPIPE and SIGINT for shell commands. This fixes an issue where SIGPIPE doesn't terminate a process as expected, for example by the head -n 10 in: ^K R !sh -c 'while :; do echo y; done' |
Comments 0