logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

yi - text editor extensible in Haskell

Author

       Yi is developed by a team of many developers, currently lead by Jean-Philippe Bernardy.

yi version 0.1                                     2008-10-22                                              YI(1)

Bugs

       Bug reports should be posted to the Google  issue  tracker  <http://code.google.com/p/yi-editor/issues/>.
       Other suggestions or ideas may be posted to the yi-devel <yi-devel@googlegroups.com> mailing list.

Description

Yi  is  a  text  editor  written  and  extensible  in  Haskell. Consult the html documentation for a full
       description of its behaviour.

       --selfcheck
              Run self-checks

       -ffrontend--frontend=frontend
              Select frontend (one of vty, gtk, pango, cocoa).

       -yconfig--config-file=config
              Specify a configuration file.

       -V--version
              Show version information

       -h--help
              Show help message.

       --debug
              Write debug information in a log file.

       -lnum--line=num
              Start on given line number

       --as=editor
              Start with key bindings of given editor.

       --recompile-force
              Force recompile of custom Yi before starting.

       --resume
              Resume execution of Yi from previous state.

       --recompile
              Recompile custom Yi if required then exit.

Files

       It can be configured in ~/.config/yi/yi.hs; consult the html documentation.

Name

       yi - text editor extensible in Haskell

See Also

vi(1)

Synopsis

yi [OPTION] [FILENAME]

See Also