Package Details: topalias 2.0.20-1

Git Clone URL: https://aur.archlinux.org/topalias.git (read-only, click to copy)
Package Base: topalias
Description: Linux bash/zsh alias generator and statistics from command history,
Upstream URL: https://github.com/CSRedRat/topalias
Licenses: GNU
Submitter: pjvds
Maintainer: pjvds
Last Packager: pjvds
Votes: 1
Popularity: 0.000000
First Submitted: 2021-02-19 15:02 (UTC)
Last Updated: 2021-04-12 07:54 (UTC)

Latest Comments

ahmubashshir commented on 2022-06-11 03:42 (UTC) (edited on 2022-06-11 03:42 (UTC) by ahmubashshir)

Use this url: https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz

nichobi commented on 2021-11-15 09:36 (UTC)

Source link 404s

fetching devel info...
==> Making package: topalias 2.0.20-1 (Mon 15 Nov 2021 10:29:29 CET)
==> Retrieving sources...
  -> Downloading v2.0.20.tar.gz...
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/CSRedRat/topalias/archive/v2.0.20.tar.gz
    Aborting...
error: failed to download sources for 'topalias-2.0.20-1':

romax commented on 2021-05-16 10:59 (UTC) (edited on 2021-05-16 11:01 (UTC) by romax)

Seems not to work:

$ topalias
Traceback (most recent call last):
  File "/usr/bin/topalias", line 33, in <module>
    sys.exit(load_entry_point('topalias==2.0.20', 'console_scripts', 'topalias')())
  File "/usr/lib/python3.9/site-packages/click/core.py", line 1134, in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib/python3.9/site-packages/click/core.py", line 1058, in main
    with self.make_context(prog_name, args, **extra) as ctx:
  File "/usr/lib/python3.9/site-packages/click/core.py", line 927, in make_context
    self.parse_args(ctx, args)
  File "/usr/lib/python3.9/site-packages/click/core.py", line 1621, in parse_args
    rest = super().parse_args(ctx, args)
  File "/usr/lib/python3.9/site-packages/click/core.py", line 1376, in parse_args
    value, args = param.handle_parse_result(ctx, opts, args)
  File "/usr/lib/python3.9/site-packages/click/core.py", line 2352, in handle_parse_result
    value = self.process_value(ctx, value)
  File "/usr/lib/python3.9/site-packages/click/core.py", line 2314, in process_value
    value = self.callback(ctx, self, value)
TypeError: print_version() takes 2 positional arguments but 3 were given