aboutsummaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/common.py
AgeCommit message (Expand)Author
2021-05-02Fix log colors so it isn't black on black in macOSMicah Lee
2021-05-02Use colorama for terminal colors, to get Windows supportMicah Lee
2021-04-29Fix flake8 issues found in cliMicah Lee
2021-04-29Merge pull request #1334 from micahflee/ascii_artSaptak Sengupta
2021-04-28Center the version and URLMicah Lee
2021-04-28Level up the ASCII artMicah Lee
2021-04-28Use XDG_CONFIG_HOME environment variable if it is present, otherwise fall bac...Miguel Jacq
2021-04-26Move graphical banner into common, and display it in GUI tooMicah Lee
2021-04-25Prettier ASCII artMicah Lee
2021-04-12Make verbose output prettier with terminal colorsMicah Lee
2021-03-10chore: refactor code quality issuesAksh Gupta
2021-02-22Update copyright year to 2021Micah Lee
2020-11-29Make CLI throw an error if it cannot find tor binaryMicah Lee
2020-11-08Properly specify onionshare_cli package_dataMicah Lee
2020-11-08Fix get_resource_path to work with python eggs, move appdata xml file to src ...Micah Lee
2020-11-04Make OnionShare briefcase work in macOSMicah Lee
2020-11-04Find the proper tor binary in onionshare-cli for macOSMicah Lee
2020-10-14Make it work in WindowsMicah Lee
2020-10-12Add onionshare CLI to cli folder, move GUI to desktop folder, and start refac...Micah Lee