mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-24 00:21:18 +00:00
docs(readme) Console: Environment variables
This commit is contained in:
parent
ccb691edd8
commit
ec269d9671
1 changed files with 3 additions and 1 deletions
4
HELP.md
4
HELP.md
|
|
@ -198,6 +198,8 @@ Console
|
|||
|
||||
For more details see [console hot keys](https://github.com/cloudcmd/console#hot-keys "Console Hot Keys").
|
||||
|
||||
### Environment variables
|
||||
|
||||
Every program executed in `console` has these `environment` variables:
|
||||
|
||||
- `ACTIVE_DIR` - directory that contains cursor
|
||||
|
|
@ -205,7 +207,7 @@ Every program executed in `console` has these `environment` variables:
|
|||
- `CURRENT_NAME` - name of a file under cursor
|
||||
- `CURRENT_PATH` - path to file under cursor
|
||||
|
||||
On Unix you can use it this way:
|
||||
On `Unix` you can use it this way:
|
||||
|
||||
```sh
|
||||
~> echo $CURRENT_PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue