Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--lang を複数指定できるようにする #6

Closed
sheepla opened this issue Jan 2, 2022 · 2 comments
Closed

--lang を複数指定できるようにする #6

sheepla opened this issue Jan 2, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@sheepla
Copy link
Owner

sheepla commented Jan 2, 2022

機能案

  • 検索するWikipediaの言語を複数指定できるようにする
  • 環境変数に言語名をセットすることで、デフォルトで検索する言語を変更できるようにする

仕様案

  • -l, --lang オプションの引数にカンマで区切った言語名を指定する
  • 環境変数 FZWIKI_LANG にカンマで区切った言語名を指定する
fzwiki QUERY...                             # --> search en.wikipedia.org (default)
fzwiki --lang ja,en QUERY...                # --> search ja.wikipedia.org, en.wikipedia.org
FZWIKI_LANG="ja,en" fzwiki QUERY...         # --> search ja.wikipedia.org, en.wikipedia.org
export FZWIKI_LANG="ja,en"; fzwiki QUERY... # --> search ja.wikipedia.org, en.wikipedia.org
@sheepla sheepla added the enhancement New feature or request label Jan 2, 2022
@sheepla
Copy link
Owner Author

sheepla commented Jan 5, 2022

#10 FZWIKI_LANG 環境変数でデフォルトの言語を変更可能にした

@sheepla
Copy link
Owner Author

sheepla commented Jan 8, 2022

複数指定できるできる機能要らない気がしてきた

@sheepla sheepla closed this as completed Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant