Skip to content

非常有趣的跨平台的`命令行 + 桌面`放烟花程序。

Notifications You must be signed in to change notification settings

KaiOrange/fireworks-cool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fireworks-cool

非常有趣的跨平台的命令行 + 桌面放烟花程序。

使用 🐌

  1. 首先需要确保你的系统上拥有NodeJS并且可以运行npm命令。

  2. 下载全局包(这个过程可能会比较耗时,请耐心等待)。

    npm install -g fireworks-cool
  3. 运行程序。

    fireworks-cool

参数 🐍

  1. 运行

    fireworks-cool
  2. 添加文本

    假如我们输入文本HelloWorld如下(目前并不支持特殊字符),待提示设置成功后运行程序

    fireworks-cool --text=HelloWorld
  3. 查看文本列表

    fireworks-cool --list
  4. 删除某个文本

    参数为number类型,就比如删除列表中第一行文本,如下:

    fireworks-cool --delete=1
  5. 使用列表中某个文本

    参数为number类型,就比如使用列表中第五行文本,如下:

    fireworks-cool --use=5
  6. 清空所有文本

    fireworks-cool --clear
  7. 进入Cool模式(点击后烟花尾随)

    fireworks-cool --cool
  8. 进入Flicker模式(固定时间随机发一发)

    fireworks-cool --flicker

注:启动后快速输入cool或者flicker也可以进入相应的模式。