aboutsummaryrefslogtreecommitdiff
path: root/docs/manual.md
blob: 971ba94ff9d8914d67beb932f97e24d00ad60def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
### Command-line parameters
 Parameter       | Description                     | Usage
-----------------|---------------------------------|-------
-h               | Display help information        |
-v, --version    | Display version information     |
-c, --config     | Set a custom configuration file | 
--default-config | Print default configuration     | Useful for writing user overrides.
-p, --profile    | Select a profile                |
-n, --no-plugins | Don't load plugins on startup   |
--new-instance   | Skip instance check on startup  |
--in-new-window  | Open URL in a new window        |
--in-new-tab     | Open URL in a new tab           |


### Version 1.0
* Profiles
  - Application-level profile manager
  - System-level and user-level profile config, with per-profile overrides [todo]
* Configuration
  - Default system-level config and user-level overrides [todo]
* Cookies
  - Filter list similar to the URL filter list [todo]
* Tabs
  - Moving tabs between windows [todo]
  - Tab context menu [todo]
* Page actions
  - Search [todo]
  - Zoom [todo]
  - Print [todo]
* Navigation toolbar
  - Back and Forward history [todo]