tabcmd
tabcmd copied to clipboard
A Python based app that replicates the functionality of the existing TabCMD command line utility
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...
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...
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....
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...
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...
We shouldn't have two that are basically the same.
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...
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?
// Max size is 100MB. Allows for 100K users with average 1K entry for each. -- | final long maxLength = 100*1024*1024; | if (csvFile.length() > maxLength) {