Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
コンテンツにスキップ
メインメニュー
メインメニュー
サイドバーに移動
非表示
案内
メインページ
目次
コミュニティに貢献
最近の出来事
おまかせ表示
特別ページ
交流
ヘルプ
貢献
最近の更新
最近の議論
新しいページ
統計
リクエスト
ArchWiki
検索
検索
表示
アカウント作成
ログイン
個人用ツール
アカウント作成
ログイン
Eurekaのソースを表示
ページ
議論
日本語
閲覧
ソースを閲覧
履歴を表示
ツール
ツール
サイドバーに移動
非表示
操作
閲覧
ソースを閲覧
履歴を表示
全般
リンク元
関連ページの更新状況
ページ情報
表示
サイドバーに移動
非表示
←
Eureka
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
この操作は、次のグループに属する利用者のみが実行できます:
登録利用者
。
このページのソースの閲覧やコピーができます。
[[en:Eureka]] From [https://github.com/simeg/eureka Eureka]'s README: :Eureka is a CLI tool that allows you to quickly write down an idea using your preferred editor, and then have the idea committed and pushed to your idea git repository. {{Note|Eureka upstream repository has not had any activity for over a year, and attempts to contact the developer has failed. Most likely this package will never be updated, however it still builds and functions as expected.}} == Installation == [[Install]] {{AUR|eureka-notes}}. == Configuration == Eureka does not currently support any sort of complex configuration. However generates its own configuration when you first execute eureka. When you first execute eureka, it will ask you to enter the full path to the repository you would like to use, this is a git repository containing a README.md file. For this setup we will store the eureka data within the home directory of the user you are logged in as. {{ic|cd}} - Ensure you are in your home directory {{ic|mkdir eureka}} - Create the eureka directory {{ic|cd eureka}} - Enter the eureka directory {{ic|git init}} - Initialize a new git repository within the eureka directory {{ic|touch README.md}} - Creates the README.md file, which eureka will look for (if it does not find this file, it will error, it is case specific) Congratulations, you have created the eureka storage directory, now in order to keep these notes safe from loss of data, such as you dropping your laptop and losing all the data, eureka automatically pushes to the "origin" remote ever change you make to your notes, so we must add this remote. Any git provider can be used, such as [https://github.com Github] or [https://gitlab.com Gitlab] as long as you have read/write permissions to the repository you would like to use, once you have created the repository, copy the ssh link and copy it into the following command: {{ic|git remote add origin ''ssh-url''}} - With your ssh url of the repository you would like to use Finally, you are ready to start eureka, once executed eureka will ask for the full path to your repository, enter {{ic|/home/''user''/eureka}}. Eureka will automatically generated the configuration for you in json format, you can find the configuration file at {{ic|$HOME/.config/eureka/config.json}}. == Troubleshooting == === Cannot find binary path error === If you get the following error {{ic|ERROR eureka > cannot find binary path}}, Eureka defaults to the vi editor when no EDITOR [[environment variable]] is set. If you do not want to define the environment variable globally, you can always define it inline when executing eureka, below is an example with using eureka with neovim without any environment variable set: $ EDITOR=nvim eureka === No such file or directory error === If you get the following error {{ic|ERROR eureka > No such file or directory (os error 2)}} Eureka has attempted to look for the directory you defined on first startup, and could not find it, or the directory does not contain the {{ic|README.md}} file which must be present for eureka to function.
このページで使用されているテンプレート:
テンプレート:AUR
(
ソースを閲覧
)
テンプレート:Ic
(
ソースを閲覧
)
テンプレート:Note
(
ソースを閲覧
)
Eureka
に戻る。
検索
検索
Eurekaのソースを表示
話題を追加