Skip to content

kaplanbar/gifs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gifs

Gifs is a command-line application that allows you to use commands like "cp, ls, rm, mkdir, rmdir, mv" for Github repositories.

Usage/Examples

You have to add "gifs:" as a prefix to your paths if they are referring to a path in a repository. The path should start with <org-name>/<repository-name>/

export GIFS_TOKEN=<github-token>

gifs mkdir gifs:kaplanbar/gifs/testdir

gifs cp gifs.py gifs:kaplanbar/gifs/testdir/gifs.py

gifs cp gifs:kaplanbar/gifs2/gifs.py gifs:kaplanbar/gifs/testdir/gifs.py

gifs ls gifs:kaplanbar/gifs/.

gifs ls gifs:kaplanbar/gifs/testdir

gifs rm gifs:kaplanbar/gifs/testdir/gifs.py

gifs rmdir gifs:kaplanbar/gifs/testdir

Run Locally

Clone the project

  git clone https://github.com/kaplanbar/gifs.git

Go to the project directory

  cd gifs

Run

  pip install .

You are ready to use gifs

  gifs --help

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages