pip install atomict
pip install -e ".[dev]"
Enable verbose logging for debugging:
export AT_DEBUG=enabled
$ at
You can get help for each command with at <command> --help
. This will print the command-specific help and options.
$ at login
This will prompt you for your username and password.
$ at project get
$ at adsorbate get
$ at adsorbate get --search NH3
$ at task get
$ at task get --status completed
Tab completion is available. Run the hidden command:
at completion
This will print out the instructions for enabling tab completion for your shell.