GitExtensions MOD
This is an Early Access Preview of the coming official GitExtensions release
Please don’t submit any issue to the official team as it’s a MOD version. You can report issues Here if you have any concern.
If you want to contribute a fix or feature, please make sure your branch is based on the official master branch, so it can be merged to both official and this MOD.
Bash Keyboard Shortcuts Cheatsheet
Editing Commands
Alt + f
: (or pressESC
and release it and then pressf
): Forward (right) one wordAlt + b
: (or pressESC
and release it and then pressb
): Back (left) one wordCtrl + u
: Cut/delete the Line before the cursor to the clipboardCtrl + k
: Cut the Line after the cursor to the clipboardCtrl + w
: Cut the Word before the cursor to the clipboardAlt + d
: Delete the Word after the cursorAlt + Del
: Delete the Word before the cursor.Ctrl + y
: Paste the last thing that was cut
Wafuelfuel
WaFuelFuel
Wafuelfuel is an android app helps find the nearest petrol station and the cheapest prices for Unleaded, Diesel and LPG petrol in Western Australia. It can:
- Find the cheapest fuel station based on your current location.
- Reduce the price if you have any woolworths or coles voucher
- Launch your navigation apps to go to the petrol station.
PReviewer
This application is deprecated in favor of the new GitHubBuddy.
PReviewer is a desktop application designed to review github pull requests. The key feature is the ability to view differences in external diff tools such as Beyond Compare, KDiff, WinMerge or whatever you like.
Features
In this release PReviewer provides the ability to
- Display the title and description of the pull request.
- List changed files in a pull request.
- open the changed files in external difftool, for example beyond compare.
- Show the differences inside the application itself.
- comment on individual files, and submit a general comment. However inline comment on specific commit hasn’t been supported yet.
- Compare commits in the pull request.
DbRestorer
Dbrestorer is a simple utility for restoring SQLServer database from the backup file.
In compare to SQLServer Mangement Studio, DbRestorer is much easier to use because basically all you need is just to drag the backup file in to the window; Moreover, it also provides the ability to customise the database name and the path to where you want to relocate the mdf and ldf files.