Skip to content
/ pie Public

Console-based file search that generates a scrollable result set with support for custom commands on selected items.

License

Notifications You must be signed in to change notification settings

armandino/pie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pie

pie is a very simple command-line utility for searching files. It displays search results as a scrollable list and allows user-defined commands to be run on a selected item.

Usage

pie searchstring [path]

This is equivalent to:

find [path] -iname '*searchstring*' -type f

Example:

pie log /var/log

User-defined commands

pie's config file will be created under user's home directory after running pie for the first time.

~/.pie

This file can be customised with new keyboard shortcuts. For example, to bind the key 'v' to vim, add the following line under KeyMappings.

v: vim $file

This will allow opening selected files with vim.

About

Console-based file search that generates a scrollable result set with support for custom commands on selected items.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages