Metadata-Version: 1.1
Name: yated
Version: 1.0.9
Summary: A terminal based text editor
Home-page: https://github.com/amirgeva/yated
Author: Amir Geva
Author-email: amirgeva@gmail.com
License: GPLv3
Description: # Yet Another Text EDitor
        
        This is a terminal based text editor, inspired by a wish to have 
        an editor with default visual and key bindings that resemble typical
        GUI based editors.
        
        Written in Python and relying on the curses module, support for various
        key combinations varies with system and terminal.
        So far, best results are seen in the _gnome-terminal_
        
        Main features:
        
        * Simple arrow based navigation
        * Ctrl-left/right for next prev word
        * Text selection with shifted arrows
        * Block indentation with tab
        * Block C/C++ comment with //
        * Menu to help find commands / options
        * Simple macro recording
        * Text search with case/whole word/regex support
        
        
Keywords: terminal text editor
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Editors
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
