Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/equalsraf/ffcli
Firefox in your shell
https://github.com/equalsraf/ffcli
cli firefox rust
Last synced: about 1 month ago
JSON representation
Firefox in your shell
- Host: GitHub
- URL: https://github.com/equalsraf/ffcli
- Owner: equalsraf
- Created: 2017-04-15T09:50:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T07:07:44.000Z (about 1 year ago)
- Last Synced: 2023-11-05T08:19:42.640Z (about 1 year ago)
- Topics: cli, firefox, rust
- Language: Rust
- Size: 127 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rust crates to control firefox from your shell.
See [the manual](ff/MANUAL.md) for instructions and examples on how to use the CLI interface.
### Status
[![Travis](https://travis-ci.org/equalsraf/ffcli.svg?branch=master)](https://travis-ci.org/equalsraf/ffcli)
[![Appveyor](https://ci.appveyor.com/api/projects/status/80631xpaq9j7aldc/branch/master?svg=true)](https://ci.appveyor.com/project/equalsraf/ffcli/branch/master)### Build
Using cargo, to build all crates in the workspace
cargo build --all