Command line client for Searchcode.com
Project description
searchcode-cli
Command line client for Searchcode.com
Installation
PyPI
searchcode-cli can be installed from pypi using the command:
pip install searchcode-cli
Docker
Alternatively, you can pull the docker container from dockerhub by running the command:
docker pull rly0nheart/searchcode-cli
Build From Source
Or if you wish to build searchcode-cli from source, you can follow these steps:
1. Clone the repository
git clone https://github.com/rly0nheart/searchcode-cli
2. Move to searchcode-cli directory
cd searchcode-cli
3. Build the .whl file Before you start building the .whl, you should first install the build package (if you dont already have it)
pip install build
Once the build package is installed, you can now run the following command to start building:
python -m build
4. Installing .whl When building is complete, you will now run the following command to install the built .whl
pip install dist/*.whl
This will look for a file with the .whl extension and install it
Note
On Windows, you will have to explicitly write the full filename of the .whl after dist\
Usage
PyPI Package
To get started with searchcode-cli, you can use the -h/--help flag, this will return the help message and basic usage
searchcode --help
Docker Container
docker run -it rly0nheart/searchcode-cli --help
About SearchCode
Read more about searchcode here
Donations
If you would like to donate, you could Buy Me A Coffee using the button below
Your support will be much appreciated!😊
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for searchcode_cli-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74eabf2a0740bb71399ef85d6f4bc2e50707d354942ee8b340a3d03adab7811a |
|
MD5 | be33b8680fc883405e7ce6d16850acca |
|
BLAKE2b-256 | 2395f715571f47c1408910d4a05e2439d74022c4e24f50b9698bb6ca2647b53e |