mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Reword ex command source docs
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
This commit is contained in:
parent
01df272126
commit
e4b453f99d
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ export async function mktridactylrc(...args: string[]) {
|
|||
*
|
||||
* Tridactyl won't run on many raw pages due to a Firefox bug with Content Security Policy, so you may need to use the `source --url [URL]` form.
|
||||
*
|
||||
* The `--clipboard` flag will load the RC from the clipboard, which is useful for people does not install native messenger nor store their rc online. You can use this with `mktridactylrc --clipboard`.
|
||||
* The `--clipboard` flag will load the RC from the clipboard, which is useful for people cannot install the native messenger or do not wish to store their RC online. You can use this with `mktridactylrc --clipboard`.
|
||||
*
|
||||
* The `--strings` flag will load the RC from rest arguments. It could be useful if you want to execute a batch of commands in js context. Eg: `js tri.excmds.source("--strings", [cmd1, cmd2].join("\n"))`.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue