You are browsing as a guest. Sign up (or log in) to start making projects!

WAS-CLI

  • 6 Devlogs
  • 5 Total hours

"Was" is a time machine for documents. It's like a version control for documents inspired by Git (used for code version control).

Ship #1

I have developed was-cli. It is a version control and time-machine like feature for documents. It’s core work (but not limited) is to save documents version (edits) in a very smart way. It only saves the edit, so, whenever a user tries to get back the previous document, was only takes that part of the document to it’s previous form (This reduces the problem of saving copies of document and reduces storage issues).
Currently was support any text formate.
Features:

  1. was save- save the current document version
  2. was watch- this command will make was to constantly look for new edit in the assigned document and save it automatically.
  3. was differ: To see what exactly changes and where between versions
  4. was status- Shows the current status of the document
    and more (In total 10 different features).

To use WAS perfectly, user must use terminal command exactly how it was programmed. All commands can be view at the README of the source code and also by typing “was –help” in the terminal if WAS was previously installed.

Since this is a beta release, I have released it inside my GitHub. Anyone can download it with a single command available in the README. It is fully written in python . So, there is some video demo of WAS in use also available directly inside README.

  • 5 devlogs
  • 4h
  • 8.07x multiplier
  • 30 Stardust
Try project → See source code →
Open comments for this post

1h 12m 43s logged

Development of WAS (Beta) is completed

Now, WAS can save versions of documents, differentiate them, check status with previous and current documents and way more.
The log feature can show all versions at once.
All features list are available in my README

https://github.com/MDSUWasi/was-cli/blob/master/README.md

and also the in screenshot below-

0
0
6
Open comments for this post

42m 3s logged

The development of initial WAS is completed.
Now, just download WAS in PC, Use terminal to setup (For first time and during watch feature) and start using the document time machine.
The technical development is complete. Now some little more work remains in documentation, final source check up etc.

0
0
3
Open comments for this post

59m 20s logged

Today ‘WAS’ got it’s new update.
Updates:

  1. Automatic Version saving.
  2. Moving documents in any version just by a single command.
  3. Checking if the current document is saved in WAS or not.
  4. Added ‘differ’ command to check the difference between document versions.

Upcoming Updates: In the next update I will check for security issues and fix those.
And also decide whether “WAS” will get a GUI or Not.

0
0
1
Open comments for this post

21m 15s logged

Initial Structure Completed.
Current update: WAS can keep the data of change and save by version name.
Next Update: Next update will enable auto track and change versions.

0
0
4
Open comments for this post

26m 26s logged

“WAS” is a time machine for documents. The main reason of creating this is to solve my own problems. When I was coding git helped me to go back in code’s time and saved me from future mistakes. Inspiring from this I want same feature for documents too. I created it to solve my own study documents problem. Imaginary Example: In organic chemistry there are many different equations for same product. Here, WAS will help me to go back to any easier equation I wrote previously before writing the complex/ error equation.

0
0
12

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…