Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fzakaria/scriptr
A basic implementation of script in Rust
https://github.com/fzakaria/scriptr
linux nix nixpkgs rust
Last synced: 25 days ago
JSON representation
A basic implementation of script in Rust
- Host: GitHub
- URL: https://github.com/fzakaria/scriptr
- Owner: fzakaria
- License: mit
- Created: 2020-07-29T04:40:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T15:57:40.000Z (over 4 years ago)
- Last Synced: 2024-11-13T23:14:30.955Z (2 months ago)
- Topics: linux, nix, nixpkgs, rust
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sciptr
This is simple re-implementation of the [script](https://man7.org/linux/man-pages/man1/script.1.html) tool written
in Rust.*"script makes a typescript of everything on your terminal session."*
> This is one of my first Rust programs so please be gentle when evaluating the codebase.
## Running the program
You can run _scriptr_ **easily** via Nix.
```bash
nix run -f https://github.com/fzakaria/scriptr/archive/master.tar.gz --command scriptr
```If you have the Rust toolchain ready to go, you can also just run
```bash
cargo run
```