Related changes
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
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
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...") | |||
| 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?) | ||||