Skip to content

ficoos/tgt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Gnome Terminal

A minimal terminal base on Gnome VTE.

  • No splits
  • No tabs
  • No daemon
  • Server side window header hint

Features:

  • Pop mode launch a pop up terminal
    $ tgt --pop
  • stdio mode pass stdin and stdout to use tgt inside scripts
    $ echo -e "a\nb\n" | tgt --pop --stdio -- fzf | xargs echo