Skip to main content

Line editor, edlin clone with many improvements

Project description

dedlin

Dedlin is an interactive line-by-line text editor and a DSL, similar to edlin or ed.

It is scriptable, which makes it useful for find, insert, replace, delete, and reorder operations on existing files.

Soon it will support non-line number ranges, e.g. "/Done/ DELETE

Dedlin extends on edlin enough that it is not backwards compatible.

I have made changes to make the app less user hostile than classic ed or edlin, but there is a --vim_mode where all help, warnings, feedback will be suppressed.

Badges

Libraries.io dependency status for latest release

Downloads

CodeFactor

Installation

Requires Python 3.13 or higher.

Install globally in an isolated tool environment:

uv tool install dedlin

Or use pipx:

pipx install dedlin

Run pre-built image with docker. Painful, but you're using an edlin clone, so that is what you're looking for.

# This is should work in powershell or linux bash. Not windows git-bash.
docker run --rm -it -v "${PWD}/:/app"  ghcr.io/matthewdeanmartin/dedlin:latest file.txt

Usage

Launch and edit file_name.txt

If you installed with pip or pipx

dedlin file_name.txt

Command line help

> python -m dedlin --help
Dedlin.

An improved version of the edlin.

Usage:
  dedlin [<file>] [options]
  dedlin (-h | --help)
  dedlin --version

Options:
  -h --help          Show this screen.
  --version          Show version.
  --macro=<macro>    Run macro file.
  --echo             Echo commands.
  --halt_on_error    End program on error.
  --promptless_quit  Skip prompt on quit.
  --vim_mode         User hostile, no feedback.
  --verbose          Displaying all debugging info.
  --blind_mode       Optimize for blind users (experimental).
  --headless         Run without interactive prompts.

Sample session

   _          _  _  _
 __| | ___  __| || |(_) _ _
/ _` |/ -_)/ _` || || || ' \
\__,_|\___|\__,_||_||_||_||_|


Editing /home/mmartin/github/dedlin/sample.txt
? * 1i
1 INSERT
Control C to exit insert mode
?    1 :  cabbage
?    2 :  bread
?    3 :  carrots
?    4 :  ghost peppers
?    5 :  coffee
?    6 :  tortillas
?    7 :

Exiting insert mode

? * SORT
 SORT
Sorted
? * LIST
1,6 LIST
   1 : bread
   2 : cabbage
   3 : carrots
   4 : coffee
   5 : ghost peppers
   6 : tortillas

? * EXIT
1,6 EXIT

Documentation

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

dedlin-1.20.0.tar.gz (32.8 kB view details)

Uploaded Source

Built Distribution

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

dedlin-1.20.0-py3-none-any.whl (40.9 kB view details)

Uploaded Python 3

File details

Details for the file dedlin-1.20.0.tar.gz.

File metadata

  • Download URL: dedlin-1.20.0.tar.gz
  • Upload date:
  • Size: 32.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for dedlin-1.20.0.tar.gz
Algorithm Hash digest
SHA256 cda17b055f79af15b7f243601e11ca81ff78ae236a783fb9eb9c5d5941527056
MD5 8df4f09e5f898dffb59e4c46048dfddf
BLAKE2b-256 8903b31c22afb6984e9651df3edeef8a1a3511038a8d814d8e7939c654ea9165

See more details on using hashes here.

Provenance

The following attestation bundles were made for dedlin-1.20.0.tar.gz:

Publisher: publish_to_pypi.yml on matthewdeanmartin/dedlin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dedlin-1.20.0-py3-none-any.whl.

File metadata

  • Download URL: dedlin-1.20.0-py3-none-any.whl
  • Upload date:
  • Size: 40.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for dedlin-1.20.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2e760def8e0468c1c0258d354b8588a4e7500051fd24673935acb02522f73713
MD5 2c14ccea5630641498e2114f84f57337
BLAKE2b-256 f20ab2e44e0a555a783a6bf7d744e68683db79868692a1117a985a9dbbe1aece

See more details on using hashes here.

Provenance

The following attestation bundles were made for dedlin-1.20.0-py3-none-any.whl:

Publisher: publish_to_pypi.yml on matthewdeanmartin/dedlin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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