Giter Site home page Giter Site logo

27medkamal / tmux-session-wizard Goto Github PK

View Code? Open in Web Editor NEW
153.0 153.0 14.0 22 KB

One prefix to control all your session creation, naming, switching, etc using fzf & zoxide

License: MIT License

Shell 100.00%
dotfiles fzf productivity session session-management tmux zoxide

tmux-session-wizard's People

Contributors

27medkamal avatar catgoose avatar celestefox avatar claudio4 avatar joshmedeski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

tmux-session-wizard's Issues

Tag inconsistency (nix packaging)

Hi @27medkamal ,

First of all, great job, I like this plugin a lot and I would like to add this plugin to Nix package ecosystem, but I saw that your tag convention is not consistent (using v or V prefix). Could you decide what convention you like to use (v prefix maybe) and change other tag?

Multiple keybindings

session-wizard.tmux has the comment:

Multiple bindings can be set. Default binding is "T".

How can I set multiple bindings?

I have tried:

set -g @session-wizard 'C-o'
set -g @session-wizard 'C-o o'

But that just causes TPM to fail.

Thanks!

Environment variables not passed to tmux subshell

Hi, thanks for this plugin - a really great idea!

When I'm running it under zsh it doesn't get any of the environment variables in the session-wizard.sh subshell, causing the call to fail since fzf is not present in the PATH.

When I add this check

if [[ ! "$PATH" == */home/niklas/.fzf/bin* ]]; then
  export PATH="${PATH:+${PATH}:}/home/niklas/.fzf/bin"
fi

it works, but that's obviously not very scalable :)

I haven't found a good way to make sure that all shell variables are passed to the subshell from tmux - do you have any ideas on that?

key bndings

How do you switch between your sessions, zoxide and fzf. I do not see any keybindings in the doc. Just curious about that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.