Skip to content

Commit

Permalink
small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
FRex committed Dec 17, 2019
1 parent 346d851 commit 98653c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For Linux (and others) you will need to compile Botes yourself (let me know if y
A plaintext file with a single line in it of the form `Query QUERYTEXT` (case sensitive) is
a `Botes` shortcut file that when passed as first argument to a `Botes` invocation will open
a new tab with text `QUERYTEXT` (or select if it's already open). Lines not starting with `Query`
are ignored (but in future they might have an additional effect), lines starting with `Query`
are ignored (but in the future there might be more kinds lines to use), lines starting with `Query`
after first such line are ignored as well. I use extension `.bs` (`Botes` shortcut) for them
and associate them with `Botes` so that (double) clicking them in the file manager or opening
them in default program from the command line will cause them to be conveniently opened by `Botes`.
Expand All @@ -36,7 +36,7 @@ them in default program from the command line will cause them to be conveniently
Using the component described and provided at at
[FreePascalWiki/UniqueInstance](https://wiki.freepascal.org/UniqueInstance) `Botes`
is limited to a single instance, attempting to open another instance will attempt to
focus and bring up the already existing one (WM settings mightt affect how that goes).
focus and bring up the already existing one (WM settings might affect how that goes).
If a shortcut file was being opened by this second instance, it will instead be opened by
the first instance properly (just how programs like VLC, Notepad++ and VS Code do it).

Expand Down

0 comments on commit 98653c8

Please sign in to comment.