Last 12 weeks · 0 commits
4 of 6 standards met
Repository: sindresorhus/shell-history. Description: Get the command history of the user's shell Stars: 86, Forks: 12. Primary language: JavaScript. Languages: JavaScript (85.6%), Batchfile (14.4%). License: MIT. Latest release: v2.0.1 (4mo ago). Open PRs: 0, open issues: 0. Last activity: 4mo ago. Community health: 71%. Top contributors: sindresorhus, KELiON, TheBrenny, Richienb, rocktimsaikia.
Added a method to acquire the session history on windows. It doesn't get the history, and also doesn't check to see if the user has a HISTFILE environment variable. But I don't know if any windows user actually has one for CMD. This won't work if invoked through PowerShell though, because PS uses the history command. 🙏