Skip to content

realzhujunhao/jhremote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jhremote

aws cli scripts written in bash & fish

jhec2: small granularity operations. i.e. dev on one server -> start/stop/describe/mount/unmount

others: bash written in a tedious way, subject to be completely rewritten in near future

?

example

!

git clone https://github.com/realzhujunhao/jhremote.git
cd jhremote

Bash

echo "export PATH=\$PATH:$(pwd)/remote" >> ~/.bashrc
echo "export PATH=\$PATH:$(pwd)/tmux" >> ~/.bashrc
echo "export PATH=\$PATH:$(pwd)/util" >> ~/.bashrc
source ~/.bashrc

Fish

echo "set -gx PATH $(pwd)/remote \$PATH" >> ~/.config/fish/config.fish
echo "set -gx PATH $(pwd)/tmux \$PATH" >> ~/.config/fish/config.fish
echo "set -gx PATH $(pwd)/util \$PATH" >> ~/.config/fish/config.fish
source ~/.config/fish/config.fish

...

Dependencies

  • aws cli
  • tmux

Configurations

Name is all you need : )

  • jhstart

    • name

      image-20240223003306110
  • jhbind

    • your domain name in route53

      image-20240223003610182
  • kafka

    • do not use this

About

aws cli scripts written in bash & fish

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages