Socket
Socket
Sign inDemoInstall

list-manager

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

list-manager

A simple CLI tool that allows management of lists


Maintainers
1

List Manager

Build Status codecov.io PyPI version

A CLI tool that allows for list management

How To Use

This tool is meant to be used as a CLI (command line interface). You will need to install the package from pypi

pip install list_manager

After installing, you can immediately start using the tool from your command line

Show All Lists

list_manager get_lists

Show All Items In List

list_manager get_list -l <list-name>

Create List

list_manager create_list -l <list-name> -i <optional-initial-list-item>

Add Item To List

list_manager add_item -l <list-name> -i <item-name>

Delete Item From List

list_manager delete_item -l <list-name> -i <item-name>

Delete List

list_manager delete_list -l <list-name>

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc