Skip to content

xiaoxustudio/fire-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fire

一个基于rust开发的终端工具,用于快速操作一系列操作。

使用

> fire-cli --help

一个简单的实用工具

Usage: fire-cli.exe <COMMAND>

Commands:
  file  文件相关命令
  link  链接相关命令
  open  打开相关命令
  help  Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

file

> fire-cli file --help

文件相关命令

Usage: fire-cli.exe file <COMMAND>

Commands:
  list    列出文件/夹目录
  open    打开文件
  delete  删除文件/目录
  rename  重命名文件/目录
  write   写入文件(连续两次回车结束写入)
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

link

可以使用link命令创建一个快捷方式,方便快速打开文件或目录。

> fire-cli link --help

链接相关命令

Usage: fire-cli.exe link <COMMAND>

Commands:
  create  创建链接
  remove  移除链接
  show    显示链接
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

open

通过open命令可以快速打开文件或目录,也可以打开使用link指令创建的链接。

> fire-cli open --help

打开相关命令

Usage: fire-cli.exe open <TARGET>

Arguments:
  <TARGET>

Options:
  -h, --help  Print help

关于

作者:徐然

联系方式:xugame@qq.com

欢迎提出您宝贵的 issue,我们将会处理。

LICENSE

MIT

About

实用功能命令行工具

Resources

License

Stars

Watchers

Forks

Packages

No packages published