文件操作 - tmuxinator.fish
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/fish/completions/tmuxinator.fish
编辑文件内容
function __fish_tmuxinator_using_command set cmd (commandline -opc) if [ (count $cmd) -gt 1 ] if [ $argv[1] = $cmd[2] ] return 0 end end return 1 end complete -f -c tmuxinator -a '(tmuxinator completions start)' complete -f -c tmuxinator -a '(tmuxinator commands)' complete -f -c tmuxinator -n '__fish_tmuxinator_using_command start' -a '(tmuxinator completions start)' complete -f -c tmuxinator -n '__fish_tmuxinator_using_command open' -a '(tmuxinator completions open)' complete -f -c tmuxinator -n '__fish_tmuxinator_using_command copy' -a '(tmuxinator completions copy)' complete -f -c tmuxinator -n '__fish_tmuxinator_using_command delete' -a '(tmuxinator completions delete)'
修改文件时间
将文件时间修改为当前时间的前一年
删除文件