Skip to content

thomas-pender/index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration and Installation

Compile and install with:

  1. mkdir build && cd build
  2. ../configure
  3. make
  4. sudo make install

Configuration Options

To manulally choose a specific Go compiler and compiler flags, you simply redifine the corresponding shell variables at configuration or compile time, e.g.,

../configure GOC="go" GOFLAGS="O2"

configure searches for a Go compiler. If none is found, then GOC=gccgo and GOFLAGS="-g -O2" by default.

To override the default behavior manually, you may do so either at configuration or compilation, e.g.,

../configure GOC="go build" GOFLAGS="-O2"

gccgo can be installed by, for example,

sudo apt-get install gccgo

Usage

Available functions:

  1. enter: enter item into index.
  2. search: search for index item.
  3. list: list the subjects used in index.
  4. remove: remove particular item from index.

Example: index -func=enter -author="Me MeToo" -title="Our paper" -subject="Stuff StuffAgain"

About

comman line index interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published