Crates.io | osoy |
lib.rs | osoy |
version | 0.5.1 |
source | src |
created_at | 2020-09-03 19:46:27.341426 |
updated_at | 2021-10-16 14:45:55.199798 |
description | Command-line git repository manager |
homepage | |
repository | https://gitlab.com/osoy/osoy |
max_upload_size | |
id | 284359 |
size | 86,855 |
Osoy is a command-line git repository manager which's features include:
Osoy home is where dowloaded git repositories and created symbolic links will be stored.
You can alter the location of Osoy home by setting the OSOY_HOME
environment variable
which by default is $HOME/.osoy
(%USERPROFILE%\.osoy
on Windows).
src
Downloaded repositories will be stored here.bin
Symolic links to executables will be stored here.
To make these accessible, add the path of the directory to your PATH
environment variable.cargo install osoy
Make sure that cargo bin is in your PATH
environment variable.
yay -S osoy-bin
Cargo (+rustc) and Git are required to compile.
git clone https://gitlab.com/osoy/osoy ~/.osoy/src/gitlab.com/osoy/osoy
cd ~/.osoy/src/gitlab.com/osoy/osoy
make
./osoy link osoy -fv
Updating Osoy with Osoy
osoy pull osoy
osoy make osoy