-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from marcinpraczko/76-add-new-version-of-pytho…
…n-fo-github-actions Add updated README and python 3.12 to GitHub Actions. Add initial tmuxp configuration
- Loading branch information
Showing
6 changed files
with
75 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
run_tmuxp.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
==================== | ||
Quick HELP for tmuxp | ||
==================== | ||
|
||
References | ||
========== | ||
|
||
- `tmuxp <https://tmuxp.git-pull.com/>`_ | ||
- `tmux-python/tmuxp on GitHub <https://github.com/tmux-python/tmuxp>`_ | ||
|
||
Other details | ||
============= | ||
|
||
- Read this file: ``cat README.rst`` in directory: ``.tmuxp`` | ||
- Kill full tmux session: ``tmux kill-session -t ansible-goss-install`` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
|
||
session_name: ansible-goss-install | ||
start_directory: "${MPOSL_PROJECT_ROOT}" | ||
shell_command_before: | ||
- '[ -f venv/bin/activate ] && source venv/bin/activate && reset' | ||
windows: | ||
- window_name: Main | ||
layout: even-vertical | ||
options: | ||
automatic-rename: 'off' | ||
main-pane-height: 20 | ||
panes: | ||
- focus: true | ||
shell_command: | ||
- clear | ||
- shell_command: | ||
- clear | ||
|
||
- window_name: Help | ||
layout: even-horizontal | ||
options: | ||
automatic-rename: 'off' | ||
main-pane-height: 45 | ||
panes: | ||
- focus: true | ||
shell_command: | ||
- clear | ||
- cat README.md | ||
|
||
- window_name: Help-Tmuxp | ||
start_directory: "${MPOSL_PROJECT_ROOT}/.tmuxp/" | ||
layout: even-horizontal | ||
options: | ||
automatic-rename: 'off' | ||
main-pane-height: 45 | ||
panes: | ||
- focus: true | ||
shell_command: | ||
- clear | ||
- cat VERSION.rst | ||
- shell_command: | ||
- clear | ||
- cat README.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters