https://github.com/pforret/ffdashboard
Firefox dashboard showing URLs in a loop
https://github.com/pforret/ffdashboard
bashew dashboard firefox
Last synced: 6 months ago
JSON representation
Firefox dashboard showing URLs in a loop
- Host: GitHub
- URL: https://github.com/pforret/ffdashboard
- Owner: pforret
- License: mit
- Created: 2022-11-07T13:21:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T19:55:32.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T13:36:09.482Z (7 months ago)
- Topics: bashew, dashboard, firefox
- Language: Shell
- Homepage:
- Size: 359 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README






[](https://www.basher.it/package/)# ffdashboard
Firefox dashboard showing URLs in a loop
## 🔥 Usage
```
Program : ffdashboard by peter@forret.com
Version : v0.0.2 (2022-11-07 20:53)
Purpose : Firefox dashboard showing URLs in a loop
Usage : ffdashboard [-h] [-q] [-v] [-f] [-k] [-l ] [-t ] [-d ] [-b ]
Flags, options and parameters:
-h|--help : [flag] show usage [default: off]
-q|--quiet : [flag] no output [default: off]
-v|--verbose : [flag] also show debug messages [default: off]
-f|--force : [flag] do not ask for confirmation (always yes) [default: off]
-k|--kiosk : [flag] run in kiosk mode (full screen) [default: off]
-l|--log_dir > : [option] folder for log files [default: ./log]
-t|--tmp_dir > : [option] folder for temp files [default: ./.tmp]
-d|--delay > : [option] seconds between each URL [default: 30]
-b|--browser > : [option] browser to use (firefox/chrome) [default: firefox]
: [choice] action to perform [options: show,url,check,env,update]
: [parameter] input file (optional)
@github.com:pforret/ffdashboard.git
### TIPS & EXAMPLES
* use ffdashboard show [file] to show list of URLs in a loop
ffdashboard show urls.txt
* use ffdashboard url to ...
ffdashboard url
* use ffdashboard check to check if this script is ready to execute and what values the options/flags are
ffdashboard check
* use ffdashboard env to generate an example .env file
ffdashboard env > .env
* use ffdashboard update to update to the latest version
ffdashboard update
* >>> bash script created with pforret/bashew
* >>> for bash development, also check IO:print pforret/setver and pforret/IO:progressbar
```## ⚡️ Examples
```bash
> ffdashboard -d 60 show urls.txt
# show each url for 60 seconds in a endless loop
```## 🚀 Installation
with [basher](https://github.com/basherpm/basher)
$ basher install pforret/ffdashboard
or with `git`
$ git clone https://github.com/pforret/ffdashboard.git
$ cd ffdashboard## 📝 Acknowledgements
* script created with [bashew](https://github.com/pforret/bashew)
© 2022 Peter Forret