InstallationΒΆ

To install, run:

pip install snippy --user

To remove, run:

pip uninstall --yes snippy

To install from Docker Hub, run:

docker pull heilaaks/snippy

To install from Github, run:

git clone https://github.com/heilaaks/snippy.git
cd snippy
make install

To try for the very first time, run:


$ snippy import --defaults
OK
$ snippy search --sall docker

1. Remove all docker containers with volumes @docker [54e41e9b52a02b63]
   $ docker rm --volumes $(docker ps --all --quiet)

   # cleanup,container,docker,docker-ce,moby
   > https://docs.docker.com/engine/reference/commandline/rm/

OK