Skip to content

Viperinius/ILIAS-Sync2Folder-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ILIAS-Sync2Folder-CLI

Command line version of ILIAS-Sync2Folder

How to start the CLI after cloning

Open a virtual environment for python3

$ pip install virtualenv
$ virtualenv env

For Linux:

$ source env/bin/activate

For Windows:

$ env\Scripts\activate.bat

Both again (in your cloned directory):

$ pip install cliff
$ pip install -e .

You can get started by typing:

$ sync2folder -h

Used Python libraries

About

Command line version of ILIAS-Sync2Folder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages