Code Monkey home page Code Monkey logo

open-acme's Introduction

Open Acme Scripts

Open Acme Scripts is a repository of scripts to be used within the Acme Editor. Scripts are found in the bin/ and, for the most part, require Plan9Port.

Installation

To install all of the scripts, simple git clone https://github.com/kyoto-shift/open-acme and add the open-acme/bin to your $PATH like so: export PATH=$PATH:[path-to-open-acme]/bin/.

If you don't already have Acme or the Plan9Port setup on your machine, follow this guide before downloading these scripts.

Scripts

Below is a table of the scripts found in the bin/ directory.

Filename Script Name Description Arguments (? = optional) Example
Commit commit Automatically add and commit with Git/Mercurial. (?)message - A message to use for the current commit. If omitted, a commit message will be created using the current date and time. commit "initial commit"
I+, I- i+, i- Indent and unindent blocks of text. (?)size - The number of spaces to use for the indention/unindention. Default: 4 `
No Trailing Whitespace ntw Delete any trailing whitespace characters (' ', '\t') - `
Search s Search through files using Ripgrep, The Silver Surfer, The Platinum Surfer, or Ack. query - A search query to use with whichever editor is found. s foo
Toggle Comments tc Toggle comments on the current selection. (?)character - Which character to use for the comment. Note: only use "non-enclosing" comment characters (e.g. #, //, etc.) Default: // `
Spaces To Tabs, Tabs To Spaces stt, tts Convert tab characters to space characters (and vice versa). (?)level - How many characters to use for the corresponding search. For example, ` stt 4will convert every4spaces into a tab character.Default: 4`

Inspirations

Contribution

The best way to contribute is by helping create more scripts! If you have something you'd like to share, submit a pull request and let me know! Be sure to follow the style of the other files and to include a description of what your script(s) do (preferably in the source itself).

open-acme's People

Contributors

judah-caruso avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.