Giter VIP home page Giter VIP logo

led's Introduction

LED

LED is a lightweight text editor written using Go.

Disclaimer

This project is in VERY early stages and you could very likely destroy any file you open with it. SO USE WITH CAUTION!

Installation

cd ~/go/src
git clone https://github.com/leothelocust/led.git
cd led/
make testfile
make build
./led tmp.txt

Don't do this

ln -sF $(pwd)/led /usr/local/bin/led

or

make install

Supported Key Bindings

Key Binding Action
Main
C-x C-s Save
C-x C-c Quit
C-g Abort current key command
Movement
C-p|UP ARROW Up
C-n|DOWN ARROW Down
C-f|RIGHT ARROW Right
C-b|LEFT ARROW Left
C-e End of line
C-a Beginning of line
M-b Move Back by Word
M-f Move Forward by Word
Other
C-u Prefix multiplier (similar to emacs)
Destructive
Backspace ... this is obvious
C-k Kill from point forward
Insert
[a-zA-Z0-9] Insert Character at point
!@#$%^&*()-=;\'"/., Insert Special Character at point

TODO

  • support more actions
    • like delete (not just backspace)
  • undo
  • redo

Known Issues

... to many to list

Contribute

Not actively looking for help at this point, as this project is very early in development. That being said, if you see something that is fundamentally wrong, please don't just sit there, let me know.

led's People

Contributors

leothelocust avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.