AhyeahA / Leni

Git inspired Version Control System from command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leni Version Control System

Leni terminal is a personal project to implement a CLI application that takes a files as inputs and retrieves a data analysis of its contents after being specified.

Version Control Workflow

pending

Simple Commands

Command Description
help - display listed commands and their usage
system - shows system specification
here - prints files in path
cls or clean - empties terminal
past - history of last 100 input commands
fin - exits the cli-leni terminal
show - shows directories in path

Resources

https://dev.to/wesen/14-great-tips-to-make-amazing-cli-applications-3gp3 https://ruslanspivak.com/lsbasi-part1/ https://click.palletsprojects.com/en/8.1.x/ https://docs.python.org/3/library/argparse.html

Finds the difference between two files using Levenshtein distance.

About

Git inspired Version Control System from command line.


Languages

Language:Python 86.3%Language:Batchfile 13.7%