We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to check in the beginnings of an ipic command line system with a calling syntax analogous to git or hg. The initially supported commands are:
ipic ctags ipic help ipic help ctags ipic help mic
To this end, I am creating a scripts subdirectory. If this directory is placed in your path, e.g. via
export PATH="$HOME/ipic3d/scripts:$PATH"
then the commands above should work appropriately.
The text was updated successfully, but these errors were encountered:
issue CmPA#49: create ipic scripts system: ctags and help
46fd165
issue CmPA#49: created ipic.py to replace ipic scripts
3304a90
issue CmPA#49: removed ipic shell scripts
8ab8b3a
iss CmPA#49: scripts/ipic linked to scripts/ipic.py
4f74c32
No branches or pull requests
I want to check in the beginnings of an ipic command line system with a calling syntax analogous to git or hg. The initially supported commands are:
To this end, I am creating a scripts subdirectory.
If this directory is placed in your path, e.g. via
then the commands above should work appropriately.
The text was updated successfully, but these errors were encountered: