[PR #550] Add OneCite - Universal citation management toolkit #1078

Open
opened 2025-11-19 20:56:02 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alebcay/awesome-shell/pull/550
Author: @HzaCode
Created: 10/19/2025
Status: 🔄 Open

Base: masterHead: add-onecite


📝 Commits (1)

  • e5a1626 Add OneCite - Universal citation management toolkit

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Hi! I'd like to add OneCite to the awesome-shell list.

OneCite is a universal citation management toolkit that automates the tedious process of citation management. It's a powerful command-line tool that:

  • Converts DOIs, arXiv IDs, paper titles, GitHub URLs, and more into clean bibliographic entries
  • Outputs in multiple formats: BibTeX, APA, MLA
  • Integrates with AI assistants via Model Context Protocol (MCP)
  • Features a 4-stage pipeline for high-accuracy citation processing
  • Queries 9+ academic databases (CrossRef, Semantic Scholar, OpenAlex, PubMed, arXiv, etc.)

Stats:

Example usage:

# Install
pip install onecite

# Process mixed-format references
echo '10.1038/nature14539' > refs.txt
onecite process refs.txt -o results.bib

Perfect for researchers, students, and anyone working with academic citations from the command line!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/alebcay/awesome-shell/pull/550 **Author:** [@HzaCode](https://github.com/HzaCode) **Created:** 10/19/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-onecite` --- ### 📝 Commits (1) - [`e5a1626`](https://github.com/alebcay/awesome-shell/commit/e5a16262df9b530d04397a57ee2223db42486add) Add OneCite - Universal citation management toolkit ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Hi! I'd like to add [OneCite](https://github.com/HzaCode/OneCite) to the awesome-shell list. **OneCite** is a universal citation management toolkit that automates the tedious process of citation management. It's a powerful command-line tool that: - Converts DOIs, arXiv IDs, paper titles, GitHub URLs, and more into clean bibliographic entries - Outputs in multiple formats: BibTeX, APA, MLA - Integrates with AI assistants via Model Context Protocol (MCP) - Features a 4-stage pipeline for high-accuracy citation processing - Queries 9+ academic databases (CrossRef, Semantic Scholar, OpenAlex, PubMed, arXiv, etc.) **Stats:** - PyPI: https://pypi.org/project/onecite/ - Documentation: https://hzacode.github.io/OneCite/ - MCP Registry: Listed in the official Model Context Protocol registry - Downloads: 1000+ on PyPI **Example usage:** ```bash # Install pip install onecite # Process mixed-format references echo '10.1038/nature14539' > refs.txt onecite process refs.txt -o results.bib ``` Perfect for researchers, students, and anyone working with academic citations from the command line! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-19 20:56:02 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-shell#1078