Skip to content

meetbill/jump_menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jump_menu

python 跳转机菜单,搭配 双因子认证 可以实现简单的跳转机服务

安装及使用

使用手册

Screenshot

相关内容

版本发布

  • v1.0.3,2017-08-18,更新:将配置文件放到 ~/.hostlist.cfg ,不同的用户可以用不同的菜单界面
  • v1.0.2,2017-03-28,更新:添加 snack.py 文件,兼容 ubuntu 系统
  • v1.0.1,2016-08-31,新增:发布初始版本。

参加步骤

  • 在 GitHub 上 fork 到自己的仓库,然后 clone 到本地,并设置用户信息。
$ git clone https://github.com/BillWang139967/jump_menu.git
$ cd jump_menu
$ git config user.name "yourname"
$ git config user.email "your email"
  • 修改代码后提交,并推送到自己的仓库。
$ #do some change on the content
$ git commit -am "Fix issue #1: change helo to hello"
$ git push
  • 在 GitHub 网站上提交 pull request。
  • 定期使用项目仓库内容更新自己仓库内容。
$ git remote add upstream https://github.com/BillWang139967/jump_menu.git
$ git fetch upstream
$ git checkout master
$ git rebase upstream/master
$ git push -f origin master

小额捐款

如果你觉得 jump_menu 对你有帮助,可以对作者进行小额捐款(支付宝)

Screenshot

About

Python 跳转机菜单【环境-CentOS】

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published