Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
/ Orion Public archive

Document CLI usage #183

Merged
merged 1 commit into from
Aug 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,20 @@ files/directory, not just CID)
- [x] Allows to maintain a daemon from the interface
- [ ] Integration external services/tools for encryption and content distribution

## Custom integrations via the CLI
You can also use Orion via the CLI. This is useful if you want to write an automated script, an integration
with a native file manager like Nautilus or anything that can be programmed.
Currently it's only possible to add files, but most Orion features can be added to the CLI with little
to no effort so feel free to request your favorite by opening an issue.

#### Adding a file
In your terminal run:
```
orion --add ./path/to/myfile.txt ~/second-file.txt
```

This assumes the `orion` binary to be in the `$PATH` variable or in the local directory.

## Learn more
You can find more documentation in the following pages:

Expand Down