tailspin
π A log file highlighter
File Explorer
Download Latest Version (.zip)- BuildAndTest.yml
- Publish.yml
- ReleaseStaticBinaries.yml
- dependabot.yml
- dates.png
- durations.png
- http.png
- ip.png
- keywords.png
- kv.png
- numbers.png
- otf.png
- paths.png
- pointers.png
- processes.png
- quotes.png
- urls.png
- uuids.png
- main.png
- tailspin.png
- highlighters.rs
- no_match.rs
- span_pipeline.rs
- tspin.bash
- tspin.fish
- tspin.zsh
- example1
- example2
- example3
- example4
- example5
- tspin.1
- builtins.rs
- completions.rs
- default_theme.rs
- highlighter.rs
- keywords.rs
- mod.rs
- parity.rs
- resolution.rs
- styles.rs
- date_dash.rs
- date_time.rs
- duration.rs
- email.rs
- ip_v4.rs
- ip_v6.rs
- json.rs
- jvm_stack.rs
- key_value.rs
- keyword.rs
- mod.rs
- number.rs
- pointer.rs
- quote.rs
- regex.rs
- unix_path.rs
- unix_process.rs
- url.rs
- uuid.rs
- merge.rs
- mod.rs
- palette.rs
- render.rs
- span.rs
- escape_code_converter.rs
- config.rs
- highlighter.rs
- mod.rs
- style.rs
- mod.rs
- pager.rs
- command.rs
- file_reader.rs
- line_batcher.rs
- mod.rs
- stdin.rs
- mod.rs
- stdout.rs
- temp_file.rs
- mod.rs
- routing.rs
- setup.rs
- mod.rs
- reader.rs
- lib.rs
- main.rs
- e2e.log
- empty.log
- e2e__file_input_highlights_with_all_extras.snap
- e2e__file_input_highlights_with_default_theme.snap
- e2e__stdin_input_is_highlighted.snap
- e2e.rs
- integration_tests.rs
- invariants.rs
- generate_all.sh
- generate_default_theme.sh
- generate_man_pages.sh
- generate_shell_completions.sh
- tspin.adoc
- .envrc
- .gitattributes
- .gitignore
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- default-theme.toml
- flake.lock
- flake.nix
- LICENCE
- README.md
- rust-toolchain.toml
- rustfmt.toml
# Installation Guide
1. Get the code
git clone https://github.com/bensadeh/tailspin
Downloads the entire project code from GitHub to your computer.
cd tailspin
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
- Rust (rustup) Rust is required to use cargo.
- Scoop A package manager for Windows.
brew install tailspin
Installs the pre-built package via Homebrew β no source build required.
cargo install tailspin
Builds and installs the package published on crates.io β no need to clone the repo yourself.
scoop install tailspin
Installs directly via Scoop (Windows).
cargo install --path .
Type this command into your terminal and run it.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Rust
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo install tailspin
Builds and installs the package published on crates.io β no need to clone the repo yourself.
cargo install --path .
Type this command into your terminal and run it.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
