Code Monkey home page Code Monkey logo

t-smart-tmux-session-manager's Introduction

Hi My name is Jan Zisenis

Student

I am currently working on a personal project centered around shopping planning, utilizing Flutter and Supabase. My initial focus was on Embedded development, but I've discovered a growing interest in full-stack development. This led me to create an API using FastAPI, and I've also explored Quarkus in Java. My passion for bringing ideas to life began at the age of 16, which is when I started programming. This journey has included creating and printing 3D models with a 3D printer. I find great fulfillment in the process of automation and ensuring the smooth operation of final products. Additionally, I have found that using Docker containers for backend development simplifies setup and usage.

  • 🌍  I'm based in Osnabrueck, Germany
  • 🖥️  See my portfolio at Website
  • ✉️  You can contact me at [email protected]
  • 🧠  I'm learning Flutter, Supabase, Go
  • 🤝  I am open to collaborating on your idea in the direction of automation or an app developed in Flutter.
  • ⚡  If I'm not programming, I make 3D-Modell for 3D-Printing or I design a ui in figma.

Skills

CC++DartGitGoRustPythonHTML5CSS3BootstrapAngularFast APIPostgreSQLMySQLSupabaseFlutterLaravelArduinoBlenderDockerLinuxRaspberry PiFigmaXDPremiere ProGoogle Cloud

Socials

Badges

My GitHub Stats

Mr-JZ's GitHub stats

t-smart-tmux-session-manager's People

Contributors

danielvoogsgerd avatar danielx avatar dlvhdr avatar erdivartanovich avatar guillenotfound avatar joshmedeski avatar kirkeasterson avatar mr-jz avatar otard95 avatar rodrigore avatar thesast avatar vitorf7 avatar

t-smart-tmux-session-manager's Issues

Make the .t script take vars

if [ \"$SESSION\" = \"\" ]; then # session is missing
	SESSION=\"$SESSION_NAME\"
	if [ -e $RESULT/.t ]; then
		tmux new-session -d -s \"$SESSION\" -c \"$RESULT\" $RESULT/.t # create session and run .t startup script
		# tmux new-session -d -s \"$SESSION\" -c \"$RESULT\" $RESULT/.t <Sesssion>
	elif [ -e $RESULT/.env/bin/activate.fish ]; then
		tmux new-session -d -s \"$SESSION\" -c \"$RESULT\"
		tmux send-keys -t $SESSION \"source .env/bin/activate.fish\" ENTER
		tmux send-keys -t $SESSION \"nvim .\" ENTER

		# Split the terminal into two panes, with 80% and 20% of the height
		tmux split-window -t \"$SESSION\" -c \"$RESULT\" -v -p 20

		# Send commands to the panes
		tmux send-keys -t $SESSION:1 \"source .env/bin/activate.fish\" ENTER

		# You can also start another shell or command in the second pane if needed
		# tmux send-keys -t \"$SESSION:1\" \"your_command_here\" C-m
	else
		tmux new-session -d -s \"$SESSION\" -c \"$RESULT\" # create session
	fi
fi

I want to pars to the .t script some vars, for example SESSION or RESULT to make some changes to the session.

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.