Skip to content

⚡ Blazingly fast TUI application for viewing your Spotify listening activity.

Notifications You must be signed in to change notification settings

GoodBoyNeon/sprofile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crate AUR Last Modified Crates.io License

⚡ Blazingly fast TUI application for viewing your Spotify listening activity.

Getting startedInstallationUsage

Getting Started



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.

Installation

  • Arch Linux

    Use our AUR Package to install Sprofile on Arch Linux based machines.

    yay -S sprofile
    
  • Cargo

    cargo install sprofile
    
  • Build from source

    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.

Usage

To run Sprofile, simply run sprofile in your shell:

sprofile

If you installed Sprofile using cargo and running sprofile doesn't work, run the executable instead:

~/.cargo/bin/sprofile

License

MIT

About

⚡ Blazingly fast TUI application for viewing your Spotify listening activity.

Topics

Resources

Stars

Watchers

Forks