Runtime
BlogTagsNotesAbout
Blog
Tags
Notes
About
Updated on
2023年1月22日星期日

Terminal

Tags

  • tree
    • tree /path/to/docs -N
  • seq
    • seq -s "; " -f "(%g) " 1 10
      • (1) ; (2) ; (3) ; (4) ; (5) ; (6) ; (7) ; (8) ; (9) ; (10) ;
  • pdfgrep
    • pdfgrep -n -r -C 2 "股东"
  • pandoc
    • pandoc 情况说明.docx --to markdown | pbcopy
  • sharkdp/fd: A simple, fast and user-friendly alternative to 'find'
  • Peltoche/lsd: The next gen ls command
  • ripgrep

Reference

  • 让人在尽调中心情好一点的命令行小工具 - Neverland
View on GitHub
mailgithub
Harvey Chiu
•
© 2025
•
Runtime
Tailwind Nextjs Theme