A minimalist and fast version control system. A better version of Git. Includes Rui Web and Rui CLI. Rui Web is like a replica of GitHub. Rui is completely free at no cost. -Liuxium
Installation
1
Install Rust
Download and install from rustup.rs. This installs Cargo, the Rust package manager.
2
Download & Extract
Download the zip below, extract it anywhere — Desktop, Downloads, wherever.
Download rui-control.zip
Download rui-control.zip
3
Run install.bat
Open the extracted folder and double-click
install.bat. It will compile the source.
4
Open a new terminal and verify
Type
rui --help to confirm the installation worked.
Live Demo
Command Reference
rui initInitialize a new Rui repository in the current folderrui add .Stage all changed files for the next commitrui findAnalyze file differences — name, size, content changesrui commit "message"Save a snapshot of the current project staterui push "project"Upload and compress the project to Rui Webrui control "v2"Set the current version namespacerui control --push "v3"Create and push a new named versionrui control delete "v1"Permanently delete a version by namerui updatePull and apply the latest remote changesrui cleanRemove untracked and temporary files from the directoryrui team add "user"Invite a user to the current project teamrui team kick "user"Remove a member from the project teamrui team leaveLeave a project team you are a member ofrui team listList all team members on the current project