Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bib-sort

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bib-sort

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

bib-sort - Sort entries of a .bib file

bib-sort is a very simple program which leverages the bibtex-ruby gem to sort the entries of a .bib file.

Installation

gem build bib-sort.gemspec
gem install bib-sort*.gemspec --user

Usage

bib-sort FILE

If you want to sort entry types as well (e.g. @article before @book), pass it the -t flag.

By default, it will print the sorted .bib to the standard output. To perform in-place replacement, pass it the -i flag.

License

Everything in this repository is released under the GNU Affero General Public License, version 3 or any later version, unless otherwise specified (and even in that case, it's all free software).

FAQs

Package last updated on 20 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc