Skip to content

janezj/fabfile-fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Fabfile and fish

Fish functions for pipenv and fabric

All functions will try to find pipenv in the current folder or among it's ancestors.

Install

Fisher

Install fisher first.

fisher install janezj/fabfile-fish

Functions

f

Fish function f() is shortcut for fab in pipenv environment

Instead of:

pipenv shell
fab -l

Invoke f

f -l

p

Fish function p is shortcut for ipython in pipenv

Instead of:

pipenv shell
ipython

Try shortcut:

p

s

Shortcut for pipenv shell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages