Giter Site home page Giter Site logo

aae's Introduction

Alternative Alternative Editor

This is a simple line editor to edit multivalue records in D3. The key function is the EV command which explodes out multivalue sets.

Installation

Simply download the AAE file and compile and catalog it in D3.

Help

^           Toggle Up-Arrow mode to print ASCII code of unprintable characters
##			Go to line

ARCHIVE     Archive a record if ARCHIVE-{FILENAME} exists
FORMAT      Format a file

P			Display 1 page
T 			Go to top
B 			Go to bottom

EV 			Explode value
EX			Exit multivalue set
FI			Save multivalue set

LOAD 			Load in lines from another file

I 			Insert mode
A any			Append any to current line
A## any		Append any to X number of lines
DE 			Delete the current line
DE##  		Delete X number of lines

R any			Replace current line with any
R//abc		Append abc to the front of the current line
R/123/abc/# 	Replace 123 with abc, X occurances on the current line
R/123/abc/G 	Replace 123 with abc, all occurances on the current line

L any 		Search for any, go to first occurance
L###			Search X number of lines, list all occurances

<			Set block start
>			Set block end
COPY			Copy block and insert at the current line
DROP			Drop the current block

COPY X Y 		Copy lines X to Y and insert at the current line
DROP X Y		Drop lines X to Y

H 			List history
UNDO 			Undo last change - Move back in the history
REDO			Redo change - Move forward in the history

EX/Q 			Exit the editor
FI 			Save the record
FD 			Delete the record
SAVE {name} 		Save the record in the current file as name
SAVE {file} {name}	Save the record in the specified file as name

aae's People

Contributors

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