Skip to content

dcestari/yate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yate - Yet Another Text Editor

Is a programmer-oriented text editor that aims to be as fast as
VIM or Emacs but with a useful GUI like Mac's TextMate.

Please go to: http://dcestari.github.com/yate for more information

INSTALLATION
============

- From PyPi (for end-users):

   Yate comes as a Python Egg that you can install with "easy_install".

   1. Download the dependencies (wxPython) to speed-up installation:
     ~$ sudo apt-get install python-wxgtk2.8

   2. Get and install the Egg:
     ~$ sudo easy_install yate

- From Source (for developers):

   Yate uses the "setuptools" to ease installation and packaging.

   1. Download the dependencies (wxPython) to speed-up installation:
     ~$ sudo apt-get install python-wxgtk2.8

   2. Clone the repository:
     ~$ git clone https://github.com/dcestari/yate.git

   3. Run the setup script:
     ~/yate$ sudo python setup.py install

USAGE
=====

To open a project folder with "yate" simply run:
  ~$ yate path/to/my/project

To open a file:
  ~$ yate path/to/my/file.something

--

Copyright (c) 2012 Daniel Cestari

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Releases

No releases published

Packages

No packages published

Languages