Skip to main content

Multi-purpose text/code editor meant for easy and vast expandability.

Project description

veno

Multi-purpose text/code editor meant for easy and vast expandability.

Features

  • Fully modular
    • Realtime crash-preventing module unloading
    • Keybinding initialization error detection with automatic dynamic key unbinding
    • Help window reporting generated keybindings and respective module functions
  • Syntax highlighting
  • Multi-file support
  • Run window with customizable Command Sequences saved to editor config
  • Diff window comparing disk/editor file contents
  • Regex Find/Replace mode
  • Text select-region toggle; cut, copy, paste
  • Line jump
  • In-editor configuration customizer
    • Bracket matching, quote matching
    • Auto-indent
    • Find/Replace regex/standard toggle
  • Language-specific configuration overrides
  • 100% Python code

Install (via pip3)

Run pip3 install veno to install veno.

Usage

veno [filename [filename ...]] Filename(s) optional.

Runs in a terminal window. GUI not yet implemented.

Install (via legacy developer approach)

Requires Python 3.

Dependencies:

  • Pygments
  • ncurses

Run git clone https://github.com/TomAwezome/veno && cd veno to download Veno.

Run pip3 install -r requirements.txt to install dependencies.

  • In case this does not successfully install Pygments, installing Pygments through a package manager may.
    • On Ubuntu, run sudo apt install python3-pygments
    • On NetBSD 9.2, run pkgin install py39-curses py39-cursespanel py39-pygments && sed -i 's/python3/python3.9/g' veno.sh

Run chmod +x veno.sh to mark veno.sh as executable.

Add an alias veno pointing to the veno.sh file in your .bashrc or .bash_alias.

Keybindings

Keybinding Description
Ctrl-C Cancel/Quit
printable characters Add character at cursor in file
Enter Key, Ctrl-J Add newline at cursor in file
Tab Key, Ctrl-I Add tab character or equivalent spaces at cursor in file / indent selected lines
Shift-Tab Unindent current line / selected lines
Backspace Key, Ctrl-?, Ctrl-H Remove previous character at cursor from file
Delete Key Remove character at cursor from file
Ctrl-D Remove line at cursor from file
Arrow Keys Move cursor in file
PageUp, PageDown Scroll cursor up/down
Ctrl/Alt-PageUp, Ctrl/Alt-PageDown Scroll viewport up/down
Ctrl-Arrow Keys Move viewport up/down/left/right. (Ctrl-Arrow Keys not supported by all terminals)
Ctrl-W Save file
Home Key Go to start of line in file
End Key Go to end of line in file
F1 Toggle Help Window
F2 Toggle Run Window
F3 Go to start of file
F4 Go to end of file
F5 Go to previous open file
F6 Go to next open file
F9 Close file
Ctrl-L Go to a line in file
Ctrl-F Find regex string in file
Ctrl-G Find next match in file
Ctrl-R Find and replace string in file
Ctrl-B Select text in file
Ctrl-A Select all text in file
Ctrl-K Copy and store selection in file
Ctrl-X Cut and store selection from file
Ctrl-V Paste selection into file
Ctrl-O Open file
Ctrl-T Diff file
Ctrl-_, Ctrl-/ Toggle config customizer
F12 Toggle debug window

Screenshots

Diff Window

Help Window, Generated Keybinding List

Run Window, Run Sequence Executing/Editing

Config Customizer, Dictionary Editor

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

veno-2.0.8.tar.gz (45.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

veno-2.0.8-py3-none-any.whl (53.6 kB view details)

Uploaded Python 3

File details

Details for the file veno-2.0.8.tar.gz.

File metadata

  • Download URL: veno-2.0.8.tar.gz
  • Upload date:
  • Size: 45.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for veno-2.0.8.tar.gz
Algorithm Hash digest
SHA256 4322e3d45efc46c83a3b6d4a69d78d55f2b038d02e787741a343ed6db2746d8a
MD5 bd396d355ee743f4d6d707bfbe007f61
BLAKE2b-256 975d3c5014fcadeb2e5074e9464c66906e73917963a46df95635f4a4791794f4

See more details on using hashes here.

File details

Details for the file veno-2.0.8-py3-none-any.whl.

File metadata

  • Download URL: veno-2.0.8-py3-none-any.whl
  • Upload date:
  • Size: 53.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for veno-2.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 72d2eaad28212488c26b74cb4bfa1c93ffeee108d82858d7324f28005703e923
MD5 72f6c06495f07282581ed77e34e1d72c
BLAKE2b-256 09a9a52f63a571547ff8c48dc47e2e6b2b71c544598afab1b8aa9091019bb3f8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page