Giter VIP home page Giter VIP logo

led's Introduction

Lute

Version License Size

led, the LDPL Text Editor, is a line text editor written in LDPL, inspired by the ed and sed text editors, but friendlier!

Watch led in action!

asciicast

Building led

Clone this repository using the -r flag to also clone dvkt's wonderful ldplnoise library, cd into the cloned led repository and run ldpl led.ldpl -o=led. Done!

Releases

You can download pre-compiled binaries of led for amd64 Linux from the releases section of this repository.

Usage

Run led <file> to open <file> and edit it. Alternatively you can just run led to create a new, empty file.

led has working two modes, command mode and append mode. When in command mode, all text entered is interpreted as a command. When in append mode, all text entered is appended to a buffer. To exit append mode, enter a line with just a dot in it (.).

Commands

  • h shows this command list.
  • l lists the contents of the buffer.
  • l <from> lists the buffer from line <from>.
  • l <from> <count> lists <count> lines from the buffer from line <from>.
  • a enters append mode.
  • a <from> enters append mode and appends text to the buffer at line <from>.
  • d <line> deletes line <line> from the buffer.
  • d <from> <count> deletes <count> lines from the buffer from line <from>.
  • i s file information.
  • q exits led.
  • c clears the screen.
  • s saves the buffer to a file.
  • n changes the name of the destination file.
  • r <line> allows retyping of line <line>.

License

led was created by Lartu and is released under the GPLv3 license.

led's People

Contributors

lartu avatar xvxx avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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