Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Babun | 8,695 | 4 years ago | 409 | Shell | ||||||
Babun - a Windows shell you will love! | ||||||||||
Gitprep | 880 | 9 months ago | 37 | Perl | ||||||
Portable GitHub system into your own server | ||||||||||
Private Bower | 692 | 4 | 3 | 5 years ago | 71 | October 19, 2017 | 52 | other | JavaScript | |
A simple private bower registry | ||||||||||
Wasm Git | 512 | a month ago | 9 | September 25, 2022 | 14 | other | C | |||
GIT for nodejs and the browser using https://libgit2.org compiled to WebAssembly with https://emscripten.org | ||||||||||
Github | 347 | 6,543 | 2,775 | 6 days ago | 127 | November 28, 2022 | 55 | mit | JavaScript | |
:octocat: semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues | ||||||||||
Next Editor | 317 | 17 days ago | 38 | TypeScript | ||||||
Standalone Git Editor on Browser | ||||||||||
Love Gfw | 312 | 3 years ago | 2 | mit | Shell | |||||
🔥以社会主义核心价值观为指导思想,实现 Linux 和 MacOS 设备的全局智能分流 | ||||||||||
Git Resource | 182 | 4 months ago | 112 | apache-2.0 | Shell | |||||
tracks commits in a branch of a Git repository | ||||||||||
Fgit | 167 | 2 months ago | 3 | August 07, 2022 | 2 | gpl-3.0 | Go | |||
加速100~3000倍的github.com | ||||||||||
Pool | 166 | 8 years ago | 26 | other | Ruby | |||||
The simplest proxy service to access your Dockerized webapps by Git commit-id. |
Proxy changer is an application that allows you to define multiple proxies and change the settings of multiple applications:
corkscrew
)The application, when running as a desktop application, creates an indicator, so you can switch quickly from there. It also has a configuration dialog, where you can add/edit/remove the proxies, and enable or disable the applications you want to configure.
There is also a command line mode, that allows you to add, edit and remove the proxies, and set the current active proxy.
proxychanger -h
There is no apt
or yum
repository available; only a shell script that downloads and configures
the needed resources (desktop shortcut, icon, locales) and the latest release; it also checks some dependencies
required to run the script and the program itself. You can review the script here. To install,
just execute this:
curl -sSfL https://github.com/okelet/proxychanger/raw/master/install.sh | bash
After installation, you will find a shortcut in the applications menu.
Configuration window:
List of supported applications:
Global scripts:
Proxy configuration:
Proxy scripts:
Indicator:
In some Gnome Shell based desktops (for Example, Fedora15+), you will need the KStatusNotifierItem/AppIndicator Support Gnome Shell extension.
As a quick guide, you will need the package chrome-gnome-shell
; in Fedora, you can install it running this command:
sudo yum install chrome-gnome-shell
After that, restart the browser. Now, the Firefox extension for Gnome Shell must be installed from this url. The last thing is install the extension itself from this URL.
In Ubuntu 17.10+, that also uses Gnome Shell, you shouldn't have to do anything, because the extension should be already present, as it is configured during the installation. Anyway, if needed, the installation instructions are very similar (using apt-get
instead of yum
).
Update translations:
bash update_translations.sh
Reinstall from local folder after translations or something have changed using the script install_dev.sh
(code, icon, shortcuts, assets...):
bash install_dev.sh
Run:
~/tmp/proxychanger
git tag xxxx
)git push --tags
)Very simple:
gettext
(sudo apt-get install gettext
or sudo yum install gettext
)locale
directory.go-xgettext
(go get github.com/gosexy/gettext/go-xgettext
)update_translations.sh
.locale/[new language]/LC_MESSAGES/proxychanger.po
with a tool like Poedit.Website (in spanish): https://okelet.github.io
Email: [email protected]