Skip to content

0neSe7en/awesome-productivity-developer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

awesome-productivity-developer

开发者的生产力工具清单。

不局限于开发,所有类型的App都有一个当前最佳。

Command Line Apps

因为我同时使用Windows/Linux/macOS,所以下面提到的命令行工具里,跨平台很重要。

Shell

Linux/macOS

  • Fish Shell: 用着最舒服的Shell,曾经有Bash脚本不兼容的问题。但现在越来越多的工具都支持Fish Shell了。启动速度快,自动补全方便。
  • Fisher: Fish的插件管理工具

Windows

  • Powershell: 虽然是跨平台的,但其它平台的用户应该不会考虑它。我个人不喜欢Shell的那些奇怪语法,而Powershell会给我在编程的感觉,写配置文件也比Bash顺手很多。Fish的语法也很舒服了。

Prompt

  • Starship: Rust开发,跨平台。好用、好看、速度快、自定义多。

Other

如果不特别说明,都是跨平台。

  • fzf: fzf is a general-purpose command-line fuzzy finder。 Go开发。它的出现改变了历史记录和当前文件夹搜索的体验。也影响了很多其它命令行工具。
  • lsdexa: lstree 的现代版。都使用Rust开发,速度快,支持 .gitignore
  • zoxide: 更好用的 cdz 的现代版。Rust开发。
  • bat: cat 的现代版。支持代码高亮、Git。
  • tokei: 更快的 cloc 。Rust开发。
  • neovim

Windows Apps

Inspired by

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published