7 releases

0.1.6 Feb 12, 2023
0.1.5 Feb 12, 2023

#408 in Command line utilities

Download history 69/week @ 2023-01-29 44/week @ 2023-02-05 86/week @ 2023-02-12 14/week @ 2023-02-19

132 downloads per month

MIT license

73KB
1.5K SLoC

nss (noshishi)

Original Version Management System based on Git.

Learning git and rust for good developer.

Usage

Install

cargo install nssi

how to

nssi help
nssi <Commands> [Options]

Basic Usage

First, create repository! (git-init)

nssi voyage

Edit file .... Next snapshot the file! (git-add)

nssi snapshot `file_path`

Last you must refister version data into database! (git-commit)

nssi reg -m 'initial'

GREAT!!

Advance

Yon can trace history of commit. (git-log)

nssi stroy

You may think to go back specific commit... (git-checkout)

nssi go-to <commit hash>

Of course, you can bookmark specific commit! (git-branch)

nssi bookmark <bookmarker> <commit hash>

editiing......

Dependencies

~3.5MB
~71K SLoC