mirror of https://github.com/CrimsonTome/tldr.git
firefox: add page (#3261)
parent
02ba9c170f
commit
813291581f
|
@ -0,0 +1,24 @@
|
||||||
|
# firefox
|
||||||
|
|
||||||
|
> A free and open source web browser.
|
||||||
|
> More information at https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options.
|
||||||
|
|
||||||
|
- Open firefox at www.duckduckgo.com:
|
||||||
|
|
||||||
|
`firefox {{https://www.duckduckgo.com}}`
|
||||||
|
|
||||||
|
- Open it at a new window:
|
||||||
|
|
||||||
|
`firefox -new-window {{https://www.duckduckgo.com}}`
|
||||||
|
|
||||||
|
- Open an incognito window:
|
||||||
|
|
||||||
|
`firefox -private-window`
|
||||||
|
|
||||||
|
- Search 'wikipedia' on your default search engine:
|
||||||
|
|
||||||
|
`firefox -search {{wikipedia}}`
|
||||||
|
|
||||||
|
- Launch firefox without extensions:
|
||||||
|
|
||||||
|
`firefox -safe-mode`
|
Loading…
Reference in New Issue