Skip to main content

A simple terminal text editor based on Vim

Project description

Dim

Dim is a simple terminal-based text editor inspired by Vim. Its aim is to provide an easier and less functional alternative to learning Vim.

Installation

You must have Python 3.8 or higher to run Dim.

Install via Pip

To install using pip, run the following command.

pip install dim-editor

Then, you can launch the editor with

dim
python -m dim

Building Manually

To build Dim manually, clone or download this repository and navigate into the main folder.

On Windows, you must run this command to install curses.

pip install -r win-requirements.txt

You can run the editor with

python dim/dim.py

There are tools available to compile the Python application into an executable format. If you decide to use one of these tools, make sure that dim/debug and dim/tutorial are included as subdirectories.

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

dim-editor-1.0.1.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distribution

dim_editor-1.0.1-py3-none-any.whl (28.4 kB view hashes)

Uploaded Python 3

Supported by

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