Giter Club home page Giter Club logo

teditor's Introduction

Teditor

A simple text/code editor

A simple text and code editor made in ncurses with UTF-8 support, mouse events (including scroll and clicks), autotab, a permanent stratch buffer (just run ted, without any argument), open, save as, help page(s), C/C++, Python, Bash/Zsh and Rust syntax highlighting. All this with less than 3000 lines of C code (counting with cloc).

Installing

Arch Linux

Go to your programs directory and do:

git clone https://github.com/ArthurBacci64/Teditor.git
cd Teditor
git checkout stable
makepkg -si

Installed.

Manual installation

Go to your programs directory and do:

git clone https://github.com/ArthurBacci64/Teditor.git
cd Teditor
git checkout stable
sudo make PREFIX=/usr install

Installed.

If you want to install locally, do make PREFIX=~/.local install instead of sudo make install.

Uninstalling

Just do:

rm ~/.config/ted -rf
sudo rm $(which ted) -rf

If you installed locally, you does not need to use sudo.

Help

Press Ctrl-G, type manual, press ENTER and press ENTER again.

Contributing

Please open a Pull Request if you have a solution or a new feature.

Please open a Issue if you find some bug or if you have a suggestion.

Pages in the Wiki also are appreciated

Thanks for reading.

teditor's People

Contributors

arthurbacci avatar br0000k avatar bynect avatar trqt avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.