Skip to content

Latest commit

 

History

History
149 lines (79 loc) · 2.64 KB

README.md

File metadata and controls

149 lines (79 loc) · 2.64 KB

❤️


An aiida aliases plugin for Fisher, based on the omf-git-plugin.

MIT License Fish Shell Version Oh My Fish Framework


Demo

Install

fisher:

fisher install GeigerJ2/plugin-aiida

Note

For the AiiDA profile to appear on the right prompt, one needs to manually apply the following modification:

\x1epython\x1ejava -> \x1epython\x1eaiida\x1ejava

in the file:

$HOME/.config/fish/fish_variables

For the universal variable:

_tide_right_items

which is set via:

SETUVAR

I tried using sed to automate this, but didn't manage due to the \x1e control characters...

Usage

Archive

Create, inspect and import AiiDA archives.

Calcjob

Inspect and manage calcjobs.

Code

Setup and manage codes.

Computer

Setup and manage computers.

Config

Manage the AiiDA configuration.

Daemon

Inspect and manage the daemon.

Data

Inspect, create and manage data nodes.

Devel

Commands for developers.

Group

Create, inspect and manage groups of nodes.

Help

Show help for given command.

Node

Inspect, create and manage nodes.

Plugin

Inspect AiiDA plugins.

Process

Inspect and manage processes.

Profile

Inspect and manage the configured profiles.

Quicksetup

Setup a new profile in a fully automated fashion.

Restapi

Run the AiiDA REST API server.

Run

Execute scripts with preloaded AiiDA environment.

Setup

Setup a new profile.

Shell

Start a python shell with preloaded AiiDA environment.

Status

Print status of AiiDA services.

Storage

Inspect and manage stored data for a profile.

User

Inspect and manage users.

License

MIT © Julian Geiger