mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
update atom
updated
This commit is contained in:
parent
353d2d6b48
commit
e8bafec2e4
1 changed files with 9 additions and 9 deletions
|
@ -1,29 +1,29 @@
|
||||||
# atom
|
# atom
|
||||||
|
|
||||||
> A cross-platform pluggable text editor.
|
> Wieloplatformowy edytor tekstu z możliwością wtyczek.
|
||||||
> Plugins are managed by `apm`.
|
> Wtyczkami zarządza się poprzez `apm`.
|
||||||
> More information: <https://atom.io/>.
|
> Więcej informacji: <https://atom.io/>.
|
||||||
|
|
||||||
- Open a file or directory:
|
- Otwórz plik lub katalog:
|
||||||
|
|
||||||
`atom {{path/to/file_or_directory}}`
|
`atom {{path/to/file_or_directory}}`
|
||||||
|
|
||||||
- Open a file or directory in a new window:
|
- Otwórz plik lub katalog w nowym oknie:
|
||||||
|
|
||||||
`atom -n {{path/to/file_or_directory}}`
|
`atom -n {{path/to/file_or_directory}}`
|
||||||
|
|
||||||
- Open a file or directory in an existing window:
|
- Otwórz plik lub katalog w istniejącym oknie:
|
||||||
|
|
||||||
`atom --add {{path/to/file_or_directory}}`
|
`atom --add {{path/to/file_or_directory}}`
|
||||||
|
|
||||||
- Open Atom in safe mode (does not load any additional packages):
|
- Otwórz Atom w trybie bezpieczeństwa (nie ładuje żadnych dodatkowych pakietów):
|
||||||
|
|
||||||
`atom --safe`
|
`atom --safe`
|
||||||
|
|
||||||
- Prevent Atom from forking into the background, keeping Atom attached to the terminal:
|
- Zapobiegaj atomowi rozwidlania się w tle, utrzymując Atom podłączony do terminala:
|
||||||
|
|
||||||
`atom --foreground`
|
`atom --foreground`
|
||||||
|
|
||||||
- Wait for Atom window to close before returning (useful for git commit editor):
|
- Poczekaj na zamknięcie okna Atom przed powrotem (przydatne dla git commit editor):
|
||||||
|
|
||||||
`atom --wait`
|
`atom --wait`
|
||||||
|
|
Loading…
Add table
Reference in a new issue