Skip to content

๐Ÿ‘€ The Spotify Wrapped for your terminal!

License

Notifications You must be signed in to change notification settings

islemci/cliwrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

47 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CLIwrap

๐Ÿš€ Bringing the Spotify's Wrapped feature for your terminal, with the support of history files!

Webpage | Report Issues | License

๐Ÿ˜ฎโ€๐Ÿ’จ Features

  • You can load in lots of different types of terminal history files!

    • bash history file
    • csh/tcsh history files
    • fish history file
    • zsh history file
  • Adds in motivational messages for your results!

  • You can easily copy and paste your results!

๐Ÿ’ป Installing

Installation with Homebrew

You can easily install CLIwrap with Homebrew on Linux and MacOS devices! To start your installation:

  1. Make sure that Homebrew is installed.
$ brew -v
> Homebrew 4.4.10
  1. Setup the CLIwrap Homebrew Tap.
$ brew tap islemci/cliwrap
  1. Install the CLIwrap application.
$ brew install cliwrap
  1. You can now use CLIwrap with a simple command!
$ cliwrap

Installation on Arch-based systems

You can choose to install CLIwrap via AUR for Arch Linux-based systems.

  1. Install CLIwrap via yay package manager.
$ yay -S cliwrap-git
  1. Now you can easily run CLIwrap with a simple command!
$ cliwrap

Important note: Arch Linux and AUR support is maintained by xeyossr.

Installation on other systems

As CLIwrap is a simple, single-file shell code, you can run it on most of the systems that you are running.

  1. Download the source file with cURL.
$ sudo curl -sSL -o /usr/local/bin/cliwrap https://raw.githubusercontent.com/islemci/cliwrap/refs/heads/main/cliwrap
  1. Mark the source file as an executable.
$ sudo chmod +x /usr/local/bin/cliwrap
  1. Now you can easily run CLIwrap with a simple command!
$ cliwrap

CLIwrap manual installation has been currently tested for:

  • MacOS
  • Linux-based distrubitions
  • FreeBSD

Contributors

The most updated list can be found in the repository's contributors page.

The CLIwrap project is currently maintained by islemci.

License

All rights to the CLIwrap project is protected under the MIT License's terms. This includes all code related to CLIwrap and its development.

All following contributions should and will be made under the MIT License too.