项目作者: JokeNeverSoke

项目描述 :
Another ls alternative
高级语言: Python
项目地址: git://github.com/JokeNeverSoke/poets.git
创建时间: 2021-03-29T14:26:31Z
项目社区:https://github.com/JokeNeverSoke/poets

开源协议:MIT License

下载


Poets

License
PyPI
Build Status
Coverage Status
Libraries.io dependency status for latest release
PyPI - Downloads

A small script that goes over the directories of the current directories, and print them
ls-like, but also showing descriptions scraped to the best of the script’s abilities

demonstration

Getting Started

Installation with pip

  1. $ pip install poetspy

Installation with pipx

  1. $ pipx install poetspy

Usage

Basic

  1. $ cd projects # cd into my main project dir
  2. $ pt # show my projects w/ descriptions
  3. deno/
  4. study/ study - This project was bootstrapped with Create React App.
  5. hanasu/ hanasu
  6. ipfs/
  7. randomcodes/ randomcodes - Some personal random codes
  8. susume/ susume - This template should help get you started developing with Vue 3 and Typescript in ...
  9. hns/ hns - UsageCommands
  10. study-backend/ node-js-getting-started - A sample Node.js app using Express
  11. BVG/ bvg - Generates a bad video from a noun and a verb
  12. logic/ logic
  13. poetspy/ poetspy - A small cli util to show project directories
  14. randomlogging/ My logging xps - blah blah blah, no one wants to write READMEs
  15. blog/ jokens-blog - A starter for a blog powered by Gatsby and Markdown
  16. call/
  17. itermtests/
  18. workflow/
  19. jns/ jns - Some random css
  20. htmldesktop/
  21. modules/
  22. vapi/ tmp - yarn install

Custom Title & Descriptions

  1. $ cd project/
  2. $ ptg title Hello World Project # set cwd title
  3. title set to Hello World Project
  4. $ ptg des Python Tutorial # set cwd description
  5. description set to Python Tutoria