文件名称:shell-history:获取用户外壳程序的命令历史记录
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-26 05:58:47
JavaScript
外壳历史 获取用户的命令历史记录 安装 $ npm install shell-history 用法 import { shellHistory , shellHistoryPath } from 'shell-history' ; console . log ( shellHistory ( ) ) ; //=> ['ava', 'echo unicorn', 'node', 'npm test', …] console . log ( shellHistoryPath ( ) ) ; //=> '/Users/sindresorhus/.history' 原料药 shellHistory() 获取命令数组。 在Windows上,除非设置了HISTFILE环境变量,否则它将仅返回当前会话中的命令。 shellHistoryPath() 获取包含外壳历史记录的文件的路径。 在Win
【文件预览】:
shell-history-main
----.gitignore(23B)
----package.json(752B)
----.npmrc(19B)
----index.js(1KB)
----.github()
--------workflows()
----test_win.bat(548B)
----license(1KB)
----readme.md(1KB)
----.gitattributes(19B)
----test()
--------test.js(159B)
--------fixture(61B)
----.editorconfig(175B)