Skip to content

[Feature] tmuxp ls - show user's directory yml/json workspace files #330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rafi opened this issue Jan 21, 2018 · 3 comments
Closed

[Feature] tmuxp ls - show user's directory yml/json workspace files #330

rafi opened this issue Jan 21, 2018 · 3 comments
Labels
new-feature Possible interesting new feature to be considered for implementation.

Comments

@rafi
Copy link
Contributor

rafi commented Jan 21, 2018

It would be awesome if tmuxp had an ls command (tmux has one) that will list the user directory's yml/json files.

Also, ln for a quick way of symlinking project's .tmuxp.yml files into the user directory,

For example, list, link, and load stored workspaces:

$ tmuxp ls
acme.yml
foo-api.yml

$ cd bar/admin
$ tmuxp ln -s . bar-admin
$ tmuxp ls
acme.yml
foo-api.yml
bar-admin.yml

$ tmuxp load -y foo-api
@rfoliva rfoliva added the new-feature Possible interesting new feature to be considered for implementation. label Oct 20, 2018
@pythops
Copy link
Contributor

pythops commented Jun 21, 2020

I had a need for that option too so I've just opened a PR #599 for it.

@pythops
Copy link
Contributor

pythops commented Jul 10, 2020

new PR #616

@joseph-flinn
Copy link
Contributor

the tmuxp ls command has been added.

@rafi Thanks for your ideas! If you are still interested in a tmuxp ln command, could you open a new issue (trying to do some house keeping of the older possibly stale issues)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature Possible interesting new feature to be considered for implementation.
Projects
None yet
Development

No branches or pull requests

4 participants