pls - Prettier & Powerful 'ls' 를 소개합니다.
깃허브에서는 아래와 같이 소개하고 있네요..
pls is a prettier and powerful ls for the pros.
한마디로 pls 는 Prettier & Powerful 'ls' 라고 머릿속에 넣어두시면 될것 같네요..
The "p" stands for
- pretty (the output from pls surely looks better)
- powerful (pls has lots of features and endless customisation)
- programmer (pls is geared towards developers)
- professional (pls can be extensively tweaked by the pros)
- Python (pls is written in Python!)
위와 같이 p 가 상징하는게 여러가지군요 ~~
설치는 아래와 같이 진행하면 될것 같고요..
Installation
Thanks for giving pls a try. pls, being a Python package, needs Python 3.8 or newer. There are two approaches to installing pls, using either pipx (which is a great tool for managing Python binaries) or pip (which comes pre-installed with Python).
Requirements
To install pls, you need to have the following software installed.
- Python 3.8
- pip or pipx (your preferred mode of installation)
Some features need additional dependencies.
pipx
Withpipxopen in new window is a fine way to install executable Python packages globally while still isolating them in virtual environments. This allows for clean upgrades and uninstalls. You can learn more about pipx from their documentation.
For new installs, we recommend using this approach.
Prerequisites
To install pls using pipx you need to first install pipx! Read the pipx documentation to learn howopen in new window.
Installing
$ pipx install pls
Updating
$ pipx upgrade pls
Uninstalling
$ pipx uninstall pls
pip
WithThis is the simplest way to install and use pls. It does have one major drawback: it installs lots of packages to the global namespace that will be left behind after pls is uninstalled.
We recommend giving pipx a try.
Prerequisites
To install using pip, you need to have pip. If you have Python installed, it is very likely you also have pip installed too.
Installing
$ pip install --user pls
Updating
$ pip install --user --upgrade pls
Uninstalling
$ pip uninstall pls
Verifying
To check if pls is installed and discoverable in your path, run the following command. If the version number you see is the same as the latest version on PyPIopen in new window, you're all set!
$ pls --version
$ pls -v
pls x.y.z
pls 의 특징을 간략하게 정리하자면 아래와 같습니다.
- 개발자 친화적 기능들을 가진 이쁘고 강력한 ls
- p = pretty, powerful, programmer, professional, python
- 파일/폴더명 옆에 아이콘 표시
- 프로그래밍 언어에 따른 색상 변경. 중요한 파일은 진하게, 아닌 파일은 흐리게
- 다양한 속성 표시 (Git status 포함)
자세한 내용은 아래 깃허브 페이지를 참고하시면 될것 같네요..
오늘의 블로그는 여기까지고요..
항상믿고 봐주셔서 감사합니다.
'좋아하는 것_매직IT > 96.IT 핫이슈' 카테고리의 다른 글
Penumbra - 자연광을 기반으로 만든 색상구성표 (github.com/nealmckee) (0) | 2022.08.12 |
---|---|
Connect-Web : 브라우저에서 RPC 호출하는 TypeScript 라이브러리 (buf.build) (0) | 2022.08.11 |
Grafbase - 인스턴트 서버리스 GraphQL 백엔드 (grafbase.com) (0) | 2022.08.11 |
Visual Studio Code 2022 7월 버전 업데이트 (code.visualstudio.com) (0) | 2022.08.10 |
구글, 애플에게 RCS를 수용하라는 Get The Message 광고 캠페인 시작 (0) | 2022.08.10 |