Skip to content

gherkins/hansi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hANSI - minimalist text art editor

LIVE:

https://datenkatze.de/hansi/


CHANGE CHARS:

Double-Click a Character to change it.
Characters are saved in the URL.

CONTROLS:

Arrow keys: move cursor
Number keys: write character in current field

Space: clear current field
Backspace: clear previous field

Tab: jump 4 fields to the right
Shift + Tab: jump 4 fields to the left

Shift + Arrow keys: select fields as block
Alt + Arrow keys: move selected block
C: copy selected block to buffer
X: cut selected block to buffer
V: paste buffer to cursor position
ESC: clear selected block

Z: undo last action
G: toggle grid (default on)

CMD + C: copy everything to clipboard (export)
CMD + V: paste everything from clipboard (import)


FONT

Modified Topaz Kickstart 2.x+
courtesy of https://github.com/rewtnull/amigafonts/ 🖤


bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.