Skip to content

hirsch/fedd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fedd

Fedd creates a search index to use with gedd.

THIS PROGRAM COMES WITHOUT ANY WARRANTY, USE AT YOUR OWN RISK!

Read LICENSE for additional information.

####Usage #####Linux

$ fedd

The indexing process will start at /, no matter what directory you are in. The index.fed file will be placed in your home directory.

#####Windows

C:\folder\> fedd

The indexing process will start at C:, no matter what directory you are in. The index.fed file will be placed in your home directory.

C:\folder\> d:
D:\> fedd

The indexing process will start at D:, no matter what directory you are in. The index.fed file will be placed at D:.

####Installation

You can either use

go get github.com/hirsch/fedd

or download it and navigate into the directory followed by

go build

Copy the compiled file to /usr/bin/ (Linux) or C:\Windows\System32\ (Windows) to be able to execute it in every directory. Alternatively you can set a PATH variable both on Windows and Linux.

About

fedd creates a search index to use with gedd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages