Crates.io | sprofile |
lib.rs | sprofile |
version | 0.2.0 |
source | src |
created_at | 2024-06-11 13:30:45.334283 |
updated_at | 2024-06-15 11:21:50.502448 |
description | A tool for accessing your spotify listening activity without ever leaving the terminal |
homepage | |
repository | https://github.com/goodboyneon/goodboyneon |
max_upload_size | |
id | 1268226 |
size | 252,995 |
⚡ Blazingly fast TUI application for viewing your Spotify listening activity.
The easiest way to get Sprofile running is by installing it from crates.io using
cargo install sprofile
However, if you want OS-specific installation guides, please refer to Installation Section.
Use our AUR Package to install Sprofile on Arch Linux based machines.
yay -S sprofile
Dependencies:
* required for downloading source code through CLI
Instructions:
First, download the latest source-code:
curl -s https://api.github.com/repos/goodboyneon/sprofile/releases/latest | jq -r '.tarball_url' | xargs curl -L -o sprofile.tar.gz
Then, extract the tar and cd into it:
tar -xzf sprofile.tar.gz
cd sprofile/
Finally, build the file with cargo
:
cargo build
Now, you can run Sprofile with cargo
:
cargo run
For convenience, you can create an executable for the package and run it from anywhere on the file system.
To run Sprofile, simply run sprofile
in your shell:
sprofile
If you installed Sprofile using cargo, run the executable instead:
~/.cargo/bin/sprofile