tabcmd icon indicating copy to clipboard operation
tabcmd copied to clipboard

A Python based app that replicates the functionality of the existing TabCMD command line utility

Results 74 tabcmd issues
Sort by recently updated
recently updated
newest added

C:\Users\jac.fitzgerald\AppData\Local\Temp\build-env-wxcbideb\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning: Installing 'tabcmd.locales.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'tabcmd.locales.ja.LC_MESSAGES' as an importable package, but...

enhancement
language

export.options.country=If not using user''s default locale, the country abbreviation for locale (find in IANA Language Subtag Registry). Must use with --language export.options.language=If not using user''s default locale, the language abbreviation...

parity
feature add
in-progress
language

I don't think we need to copy this file across with the english strings - it should fall back on english for strings that aren't found for any given language....

language

I began updating all the strings in this but found quite a few altogether, so I'm going to do a separate commit that should cover all strings remaining. _Originally posted...

in-progress
language

If a password or PAT has certain special tokens, they will be interpreted by the **command line** and not correctly sent to the server. e.g: the character ^ is an...

documentation

We shouldn't have two that are basically the same.

enhancement

instead of just growing forever

enhancement

Also maybe make the location configurable where `tableau_auth.json` is stored. Apart from the fact that it should be in `~/.cache` or maybe `~/.local/state` on linux according to the [XDG Base...

enhancement

actual: Invalid URL 'blah.online.dev.tabint.net/api/2.4/serverInfo': No scheme supplied. Perhaps you meant http://blah.online.dev.tabint.net/api/2.4/serverInfo?

bug

// Max size is 100MB. Allows for 100K users with average 1K entry for each. --   | final long maxLength = 100*1024*1024;   | if (csvFile.length() > maxLength) {