mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-10-28 04:44:11 -07:00
Compare commits
2 Commits
bd1b846921
...
7c2b547b57
Author | SHA1 | Date | |
---|---|---|---|
|
7c2b547b57 | ||
|
4e414f353c |
5
Makefile
5
Makefile
@ -20,7 +20,4 @@ ifneq ("$(wildcard $(DESTDIR)$(PREFIX)/bin/aniwrapper)","")
|
|||||||
$(RM) $(DESTDIR)$(PREFIX)/bin/aniwrapper
|
$(RM) $(DESTDIR)$(PREFIX)/bin/aniwrapper
|
||||||
endif
|
endif
|
||||||
|
|
||||||
reinstall: uninstall install
|
.PHONY: all install uninstall dev
|
||||||
|
|
||||||
.PHONY: all install uninstall dev reinstall
|
|
||||||
|
|
||||||
|
@ -146,7 +146,7 @@ In this program, rofi is configured to search with case insensitivity and select
|
|||||||
Once your history starts filling up, it becomes progressively more difficult to form unique search queries
|
Once your history starts filling up, it becomes progressively more difficult to form unique search queries
|
||||||
|
|
||||||
![selection with dash](https://imgur.com/vSyaoG6.png)
|
![selection with dash](https://imgur.com/vSyaoG6.png)
|
||||||
The workaround for this is to prepend a dash ` -` to the search query<br/>
|
The workaround for this is to append a dash ` -` to the end of the search query<br/>
|
||||||
The above output was produced by searching: `isekai -`
|
The above output was produced by searching: `isekai -`
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user