Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

tmuxp.workspace.finders.in_cwd

Python
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

tmuxp.workspace.finders.in_cwd ( ) → list[str]
function [source]
function [source]
tmuxp.workspace.finders.in_cwd

Return list of workspace_files in current working directory.

If filename is .tmuxp.py, .tmuxp.json, .tmuxp.yaml.

Examples

>>> sorted(in_cwd())
['.tmuxp.json', '.tmuxp.yaml']
Returns

list workspace_files in current working directory

Esc

Type to search.