sfenk

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2026 License: MIT Imports: 19 Imported by: 0

README

sfenk

Sourcing .terds with the best of 'em

sf

You will want something like the following to make sfenk useful:

function sf
  set terd (sfenk list | rg "$argv" | fzf -1 -0 --height 20% --layout reverse)

  if test -z "$terd"
    echo "$terd not found"

    return 1
  end

  sfenk export fish "$terd" | source
end
function sf() {
  terd=$(sfenk list | rg "$@" | fzf -1 -0 --height 20% --layout reverse)

  if [[ -z "$terd" ]]; then
      echo "$@ not found"

      return 1
  fi

  sfenk export bash "$terd" | source
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
db

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL