Modules/Firefox: Update bookmarks
This commit is contained in:
@@ -63,7 +63,7 @@ in [
|
|||||||
# Coding
|
# Coding
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "Coding";
|
name = "Code";
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
(mkBm "C++Ref" "https://en.cppreference.com/w/")
|
(mkBm "C++Ref" "https://en.cppreference.com/w/")
|
||||||
(mkBm "Rust" "https://doc.rust-lang.org/stable/book/ch03-00-common-programming-concepts.html")
|
(mkBm "Rust" "https://doc.rust-lang.org/stable/book/ch03-00-common-programming-concepts.html")
|
||||||
@@ -72,21 +72,21 @@ in [
|
|||||||
(mkBm "Godbolt" "https://godbolt.org")
|
(mkBm "Godbolt" "https://godbolt.org")
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
# {
|
||||||
name = "\"AI\"";
|
# name = "AI";
|
||||||
bookmarks = [
|
# bookmarks = [
|
||||||
(mkBm "Mistral Chat" "https://chat.mistral.ai/chat")
|
# (mkBm "Mistral Chat" "https://chat.mistral.ai/chat")
|
||||||
(mkBm "DeepSeek Chat" "https://chat.deepseek.com/")
|
# (mkBm "DeepSeek Chat" "https://chat.deepseek.com/")
|
||||||
(mkBm "Claude Chat" "https://claude.ai/new")
|
# (mkBm "Claude Chat" "https://claude.ai/new")
|
||||||
(mkBm "ChatGPT" "https://chatgpt.com/")
|
# (mkBm "ChatGPT" "https://chatgpt.com/")
|
||||||
(mkBm "DeepWiki" "https://deepwiki.com/")
|
# (mkBm "DeepWiki" "https://deepwiki.com/")
|
||||||
"separator"
|
# "separator"
|
||||||
(mkBm "Mistral API" "https://console.mistral.ai/usage")
|
# (mkBm "Mistral API" "https://console.mistral.ai/usage")
|
||||||
(mkBm "DeepSeek API" "https://platform.deepseek.com/usage")
|
# (mkBm "DeepSeek API" "https://platform.deepseek.com/usage")
|
||||||
(mkBm "Claude API" "https://console.anthropic.com/usage")
|
# (mkBm "Claude API" "https://console.anthropic.com/usage")
|
||||||
(mkBm "OpenRouter API" "https://openrouter.ai/activity")
|
# (mkBm "OpenRouter API" "https://openrouter.ai/activity")
|
||||||
];
|
# ];
|
||||||
}
|
# }
|
||||||
(mkBm "GH" "https://github.com/churl")
|
(mkBm "GH" "https://github.com/churl")
|
||||||
(mkBm "GL" "https://gitlab.com/churl")
|
(mkBm "GL" "https://gitlab.com/churl")
|
||||||
(mkBm "SO" "https://stackoverflow.com/users/saves/17337508/all")
|
(mkBm "SO" "https://stackoverflow.com/users/saves/17337508/all")
|
||||||
|
|||||||
Reference in New Issue
Block a user