mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-05 20:40:09 -08:00
feat(config-command): use title case for the desktop entry title
This commit is contained in:
@@ -23,7 +23,10 @@ from ...core.config import AppConfig
|
||||
fastanime config --generate-desktop-entry
|
||||
\b
|
||||
# update your config without opening an editor
|
||||
fastanime --icons --fzf --preview config --update
|
||||
fastanime --icons --selector fzf --preview full config --update
|
||||
\b
|
||||
# interactively define your config
|
||||
fastanime config --interactive
|
||||
\b
|
||||
# view the current contents of your config
|
||||
fastanime config --view
|
||||
@@ -146,7 +149,7 @@ def _generate_desktop_entry():
|
||||
desktop_entry = dedent(
|
||||
f"""
|
||||
[Desktop Entry]
|
||||
Name={PROJECT_NAME}
|
||||
Name={PROJECT_NAME.title()}
|
||||
Type=Application
|
||||
version={__version__}
|
||||
Path={Path().home()}
|
||||
|
||||
Reference in New Issue
Block a user