Using Shell Command in Git AliasWe can prefix the Git Alias with ! to make it a shell command instead of sub-command to git.Nov 12Nov 12
Copy File Between Git BranchesTIL that we can copy single file from another branch to current branch:Nov 12Nov 12
Backspace in iOS Calculator AppiOS calculator does have a backspace feature. Just that is hidden and unintuitive 😅.Oct 8Oct 8
Get Sharable Link for ChatGPT ConversationTIL that We can get a publicly shareable link of a conversation in ChatGPT. The link is accessible even without logging in by anyone. It’s…Aug 1Aug 1
Passing Options to Homebrew FormulaHomebrew Formula can receive options via command-line arguments.Jul 22Jul 22
Make Links Open in Designated Space in Arc BrowserMy use case: I want Arc Browser’s Ask ChatGPT ( Option + Cmd + G) to use my Personal space always. So added a routing rule for…Jun 18Jun 18
Push a Specific Git Commit to RemoteTIL that its possible to push a specific Git Commit to Remote.Mar 13Mar 13
Customising Firefox using AutoConfigTIL that AutoConfig can be used to customise Mozilla Firefox.Dec 27, 2023Dec 27, 2023
Python JSON to ObjectIn Python, json.load() and json.loads() takes in object_hook parameter that helps to convert JSON data in to an object.Jul 5, 2023Jul 5, 2023
Firefox Proxy Auto-ConfigurationUsing a Proxy Auto-Configuration (PAC) file we can switch between proxies or disable them through JS code.Apr 22, 2022Apr 22, 2022