Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
6 May 2026
| 12:32 | Testing diffhist +233 Planetoid talk contribs (→database issue) | ||||
|
|
12:29 | Validate the datetime value 2 changes history +1,301 [Planetoid (2×)] | |||
|
|
12:29 (cur | prev) +941 Planetoid talk contribs (→Verify the date_column is a valid date e.g. YYYY-MM-DD) | ||||
|
|
12:19 (cur | prev) +360 Planetoid talk contribs (→Verify the value is not 0000-00-00 00:00:00) | ||||
5 May 2026
| 18:57 | Troubleshooting of docker errors diffhist +2,122 Planetoid talk contribs (→Common Error Solutions) | ||||
30 April 2026
|
|
N 11:16 | Open Files in a GUI Editor from the Terminal 4 changes history +4,496 [Planetoid (4×)] | |||
|
|
11:16 (cur | prev) +165 Planetoid talk contribs (→How to open files with your favorite editor from the terminal on macOS) | ||||
|
|
11:14 (cur | prev) +1,932 Planetoid talk contribs | ||||
|
|
11:00 (cur | prev) +1,344 Planetoid talk contribs | ||||
| N |
|
10:53 (cur | prev) +1,055 Planetoid talk contribs (Created page with "How to open files with your favorite editor from the terminal? 1. Open your shell config file: <pre> vi ~/.zshrc # for zsh vi ~/.bashrc # for bash </pre> 2. Add an alias for your editor: <pre> # VS Code alias code="open -a 'Visual Studio Code'" <pre> Tip: Not sure of the exact app name? Run this to find it: <pre> ls /Applications/ | grep -i "visual\|cursor\|zed\|sublime" </pre> The name must exactly match the `.app` filename in `/Applications/` (without the `.ap...") | |||
| N 10:54 | Category:Developer environment diffhist +106 Planetoid talk contribs (Created page with "Setting up shell aliases to launch GUI editors (e.g. VS Code, Cursor) directly from the terminal on macOS.") | ||||
| m 10:53 | Boot up Tasks diffhist +38 Planetoid talk contribs | ||||
|
|
10:53 | Sublime text 2 changes history −788 [Planetoid (2×)] | |||
|
|
10:53 (cur | prev) +36 Planetoid talk contribs (→References) | ||||
|
|
10:52 (cur | prev) −824 Planetoid talk contribs (→How to open files with your favorite editor from the terminal?) | ||||