Total Pageviews

Tuesday 6 April 2021

mac系统/Linux桌面系统中的快速启动程序的工具-quickstart

  首先安装python3环境。然后,

pip3 install quickstart-rhy

when you first install QuickStart_Rhy and run qs from the command, qs will generate the qs configuration table .qsrc at the following location:

System Location

Windows C:\Users\YOUR_NAME\.qsrc

*nix /Users/YOUR_NAME/.qsrc or /root/.qsrc

  • .qsrcis a configuration table stored in JSON format. 
  • If you are using a Mac system, qs recommends that you use iTerm as the default terminal to get the best experience。
  • usage:
  • CommandMeans
    qs u urlopen url using default browser
    qs a app [files]open app or open file by app(for MacOS X)
    qs f fileopen file by default app
    qs cal expcalculate exp
    qs timeview current time

项目地址:https://github.com/Rhythmicc/QuickStart

No comments:

Post a Comment