Skip to content

Instantly share code, notes, and snippets.

Avatar

Finn Rietz frietz58

View GitHub Profile
@MalloyDelacroix
MalloyDelacroix / PyQt5WindowChangeExample.py
Last active March 2, 2023 16:03
A PyQt5 example of how to switch between multiple windows.
View PyQt5WindowChangeExample.py
import sys
from PyQt5 import QtCore, QtWidgets
class MainWindow(QtWidgets.QWidget):
switch_window = QtCore.pyqtSignal(str)
def __init__(self):
QtWidgets.QWidget.__init__(self)
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 28, 2023 19:32
tmux shortcuts & cheatsheet
View tmux-cheatsheet.markdown

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
View tmux_cheatsheet.markdown

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: