Skip to content

frdwin/trophy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏆 trophy

Description:

trophy is a terminal application launcher for GNU/Linux. It's like a terminal rofi (trophy).

demo

Dependencies:

  • A terminal, like alacritty, ghostty, etc;
  • A fuzzy finder application, like fzf, sk, etc.

Usage:

$ trophy -h
Usage of trophy:
  -f string
        The fuzzy finder application of your choice. (default "/usr/bin/sk")
  -t string
        The terminal command of your choice to open terminal apps. (default "/usr/bin/ghostty -e")

$ trophy -f "/usr/bin/fzf" -t "/usr/bin/alacritty -e"

Configuration

If you prefer to use a config file, instead of command line arguments, just write a json named config.json inside $HOME/.config/trophy, like this example:

{
  "fuzzy": "/usr/bin/fzf",
  "terminal": "/usr/bin/alacritty -e"
}

Instalation:

$ git clone https://github.com/frdwin/trophy && cd trophy
$ go build -o trophy cmd/*.go
$ sudo mv trophy /usr/bin

About

A terminal rofi application for GNU/Linux.

Resources

License

Stars

Watchers

Forks

Languages