A lightweight terminal-based text editor
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
QuillPy
A lightweight terminal-based text editor for Python
Installation
# Install from PyPI
pip install quillpy
# Install with clipboard support (Windows)
pip install quillpy[windows]
Usage
quillpy filename.txt # Open existing file
quillpy newfile.txt # Create new file
If that dosen't work, try:
python -m quillpy filename.txt # Open existing file
python -m quillpy newfile.txt # Create new file
Key Bindings:
- Ctrl+S: Save file
- Ctrl+Q: Quit editor
- Ctrl+C: Copy selection
- Ctrl+V: Paste clipboard
- Arrow keys: Navigation
- Backspace: Delete previous character
- Enter: Insert newline
Features
- Cross-platform terminal UI
- Basic text editing operations
- Syntax highlighting (Python supported)
- Multiple file support
- Clipboard support (Windows)
License
Development Setup
python -m pip install -e .
Please follow PEP8 guidelines and include tests with any changes.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quillpy-0.1.6.tar.gz.
File metadata
- Download URL: quillpy-0.1.6.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7ca140d62eb915ce6efb923ebf9fb28904b3d85ae0fd3211f4ec065bbdbaa30
|
|
| MD5 |
420fa7c9ce214e7ab268861d37a182c1
|
|
| BLAKE2b-256 |
1458b49e4976ee4a4943f80f45861c3dd0055eaf1e67d6eed8817887544c7e32
|
File details
Details for the file quillpy-0.1.6-py3-none-any.whl.
File metadata
- Download URL: quillpy-0.1.6-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
344ac0d01aa0f574db3b83a1371df24277cd34d572caa448a7c25d6c4f4f9c71
|
|
| MD5 |
e716a148796df5600123adeb935b8dec
|
|
| BLAKE2b-256 |
535a09bf5e1d60000ae73c1721807ed771024342441a59fac70abf4b2c1098a5
|