lhoenig / clifu

Command line interface for commandlinefu.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clifu

Command line interface for commandlinefu.com, written in C and using curses.
Allows you to get some prompt inspiration where you need it, whithout leaving the terminal.

Dependencies

  • curl
  • ncurses
  • gcc

Building

make
make install

Using

./fu sed

Will query commandlinefu.com for commands (at this time only the first 25) matching "sed" and show the results in a curses menu.
Press left or right to toggle between description and command preview, enter to select and print the full command.

About

Command line interface for commandlinefu.com


Languages

Language:C 100.0%