flow

command module
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2025 License: MIT Imports: 18 Imported by: 0

README

flow

  • Simple personal CLI for managing tmux sessions
  • Currently requires tmux and fzf

Installation

go install github.com/winter-again/flow@latest

Configuration

Default config file location is $HOME/.config/flow/config.toml. Custom path can be specified instead:

flow --config path/to/config/file

Config file looks like this:

[flow]
init_session_name = "0" # default

[fzf-tmux]
width = "80%" # default
length = "60%" # default
border = "rounded" # default

preview_pos = "right" # default
preview_dir_cmd = ["eza", "-lah", "--icons", "--color", "always", "--group-directories-first"] # default: ["ls"]

[find]
dirs = ["~/Documents/code"] # default is []

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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