7
edits
No edit summary |
|||
| Line 285: | Line 285: | ||
==Commands== | ==Commands== | ||
===Global Commands=== | === Global Commands === | ||
; alias [<font style="color: | ;alias [<font style="color: rgb(136, 136, 255);">command</font>] | ||
:Create an alias between a word and a command. For example: | |||
alias close closefile | alias close closefile | ||
This creates an alias that closes without saving the file you are currently working. | This creates an alias that closes without saving the file you are currently working. | ||
; set [<font style="color: | ;set [<font style="color: rgb(136, 136, 255);">variable</font>] [<font style="color: rgb(136, 136, 255);">value</font>] | ||
:This sets values to variables in the configuration. If parameter is not passed a list with the available variables will be displayed. See [[#Settings|settings]]. For example: | |||
set theme white | set theme white | ||
; | ;project | ||
:Various commands to manage projects. | |||
; help : | {| cellspacing="1" cellpadding="1" border="1" style="width: 679px; height: 256px;" | ||
|- | |||
! scope="col" | Command<br> | |||
! scope="col" | Description<br> | |||
! scope="col" | Parameters<br> | |||
|- | |||
| create<br> | |||
| create a new project<br> | |||
| [projectname]<br> | |||
|- | |||
| delete<br> | |||
| delete a project<br> | |||
| [projectname]<br> | |||
|- | |||
| export<br> | |||
| export the given project with an archivetype of zip or tgz<br> | |||
| [project] [archivetype]<br> | |||
|- | |||
| help<br> | |||
| show subcommands for project command<br> | |||
| [search]<br> | |||
|- | |||
| import<br> | |||
| If a URL is given, import that URL (e.g. project import http://foo.com/bar.zip MyProject). If only a project is given, then a file upload dialog will ask to upload a local file (e.g. project import MyProject).<br> | |||
| [url] [project]<br> | |||
|- | |||
| list<br> | |||
| show projects<br> | |||
| <br> | |||
|- | |||
| rename<br> | |||
| rename a project<br> | |||
| [currentProject] [newProject] <br> | |||
|- | |||
| show<br> | |||
| show the current project<br> | |||
| <br> | |||
|} | |||
<br> | |||
===Dashboard Specific Commands=== | ===Dashboard Specific Commands=== | ||
edits