Skip to main content

Inspired by a tool I can not find anymore on the internet: utok 1.5. I use it to clean up path settings in large shell script configuration setups.

Project description

Inspired by a tool I can not find anymore on the internet: utok 1.5. I use it to clean up path settings in large shell script configuration setups.

utok has the following options:

usage:

utok [-h] [–delimiter DELIMITER] [–delete-list DELETE_LIST] [–version] tokens [tokens …]

positional arguments:

tokens

options:
-h, --help

show this help message and exit

--delimiter DELIMITER, -s DELIMITER

Allows one to change the delimiter. If you use csh you might want to set your path with something like: set path = (utok -s /usr/local/bin $path) (default: :)

--delete-list DELETE_LIST, -d DELETE_LIST

Allows one to remove tokens from a list, to remove /usr/sbin and . from a path in Bourne Shell one might use: PATH=`utok $PATH -d .:/usr/sbin` (default: None)

--version, -V

show program’s version number and exit

Documentation

Documentation can be found here

Availability

The latest version should be available at my GitLab repository, the package is avaliable at pypi via pip install pyutok.

Description

utok, Unique TOKens, takes a list of arguments with delimiters and reject all duplicate entries. Here is a example using MANPATH:

$ echo $MANPATH
/usr/man:/usr/local/man
$ MANPATH=`utok /home/local/man /usr/local/man $MANPATH /usr/openwin/man`
$ export MANPATH
$ echo $MANPATH
/home/local/man:/usr/local/man:/usr/man:/usr/openwin/man

Even though /usr/local/man was included a second time it is only in the MANPATH once, though it is now before the /usr/man entry instead of after it.

This version adds the -d option to remove tokens. To remove . from the PATH one would do the following:

$ echo $PATH
/usr/local/bin:.:/usr/bin:/usr/sbin
$ PATH=`utok -d .: $PATH`
$ echo PATH
/usr/local/bin:/usr/bin:/usr/sbin
$ export PATH

Requested Features

  • Have a way to to push an element further back in the path. A work around of this would be be something like:

    $ utok `utok a:b:c:d -d b` b

    which returns: a:c:d:b

  • Have a way to include multiple -s options.

Feedback

Comments or bug reports/fixes go to Berthold Höllmann <berhoel@gmail.com>.

Copyright © 2020 Berthold Höllmann <berhoel@gmail.com>

Original C version: Copyright © 1998 Sven Heinicke <sven@zen.org>

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

pyutok-1.2.1.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

pyutok-1.2.1-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file pyutok-1.2.1.tar.gz.

File metadata

  • Download URL: pyutok-1.2.1.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.9.7-1-default

File hashes

Hashes for pyutok-1.2.1.tar.gz
Algorithm Hash digest
SHA256 fb22d1eebdb8a8db3f00ea3c146155dfb984280da0579b08f561c76993acde58
MD5 a46c329a15053751c9d4528e54607584
BLAKE2b-256 174ea338d38fbb4e7a3a499f2df99506deeee730aacdcad3bce123e6f90ae508

See more details on using hashes here.

Provenance

File details

Details for the file pyutok-1.2.1-py3-none-any.whl.

File metadata

  • Download URL: pyutok-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.9.7-1-default

File hashes

Hashes for pyutok-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 12090b7c1fbd90c7f49cbe32835cf321ce69111254aca8c319ccc56c69cdf912
MD5 d945b03266d05b1a2d496c315e5bd0a0
BLAKE2b-256 70f2c4d0dd265a0a63d5e84ff5f74660b041e0a0713f5a3584d40cd07aec90e2

See more details on using hashes here.

Provenance

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