Skip to main content

No project description provided

Project description

trixli is a bunch of cli script to help on a daily basis.

Install

pip install traxix.trixli

Usage

All the command have cli --help command.

again

Match the given pattern against bash_history. A like "Ctrl-r" but with multiple patterns.

again export PATH
again my complicated command

f

Find paths matching the given patterns.

Args: p: path from where to begin e: file extension

Example:

find equivalents:

f foo bar
find . |grep foo |grep bar
f -p /tmp -e py hello world
find /tmp -name "*.py" |grep hello |grep world

fr

Like grep -r with multiple patterns

fr -e py from foo
find . -name "*.py" -exec grep from '{}' \; |grep foo

fe

Like f but offers to open it with emacsclient

pexor.py

Indexes imports from python file. Helpful to find code exampls using a certain package.

pexor.py --output=imports.json

Will generate a dict in a json file. Keys been modules or functions and values files where to find them.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

traxix.trixli-0.1.0.tar.gz (6.5 kB view details)

Uploaded Source

File details

Details for the file traxix.trixli-0.1.0.tar.gz.

File metadata

  • Download URL: traxix.trixli-0.1.0.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.12

File hashes

Hashes for traxix.trixli-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8cf59faab837fdfd97252ae6c9d99601b188778ffc1bcfeee984574377924ba0
MD5 1fbcd9ba77a85d8cf1c9145c0bbac1f5
BLAKE2b-256 df7bf117f0b4b5d320252c310fab891c300bb9ce27e843a5f931b52f46ae0d43

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page