Simple curses text editor
Project description
atto - Simple curses text editor
Installation
pip install atto
Usage
As script
[user@localhost ~] atto "<filename>"
In your code
import atto
atto.edit('filename.txt')
Keys
- i to switch to insert mode
- ESC to return from insert mode
- F4 to exit without saving
- F2 to save
- F10 to save and exit
- Arrow keys to move cursor
License
atto is licensed under GPL License
Requirements
cursor: Cross-platform library for showing and hiding cursor
Changelog
1.0.0
Initial release
1.1.0
Major bug fixes, Long lines handling improvements
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
atto-1.1.0.tar.gz
(3.6 kB
view details)
File details
Details for the file atto-1.1.0.tar.gz.
File metadata
- Download URL: atto-1.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bae476f06de82c2a00efa176288fa96902b1f811165bf24be2ca3ef41571aba4
|
|
| MD5 |
9b04e37faf3d82bbae1095dee608f733
|
|
| BLAKE2b-256 |
af24d5fbb43d9e480a3b21ac1ba3c8ce8ee70d38de64489921b4fc9f54794d02
|