ltools

LTools are a set of free, open-source productivity command-line tools (drawing inspiration from Unix commands and philosophy).

https://github.com/jochenleidner/ltools

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.0%) to scientific vocabulary

Keywords

command-line-tool productivity-tools unix-like unix-philosophy
Last synced: 6 months ago · JSON representation ·

Repository

LTools are a set of free, open-source productivity command-line tools (drawing inspiration from Unix commands and philosophy).

Basic Info
  • Host: GitHub
  • Owner: jochenleidner
  • License: other
  • Language: Rust
  • Default Branch: main
  • Homepage:
  • Size: 40 KB
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
command-line-tool productivity-tools unix-like unix-philosophy
Created about 5 years ago · Last pushed over 4 years ago
Metadata Files
Readme License Citation

README.md

LTools — README

LTools are a set of small but useful free, open-source productivity-enhancing command-line tools for Unix, Linux and similar open-source operating systems. They embrace the Unix philosophy in that many of them are intended to be used as part of pipes that read from standard input and write to standard output streams, and that they combined so the output of one can be the input to another. Thus, they are also interoperatable with existing UNIX™/Linux commands, whether they are built in or user-contributed.

Note that some of them name-clash with existing commands depending on the host operating system. Therefore, order in the PATH environment variable matters, and as a resolution mechanism, the LTools installer also installs variants prefixed by "l" (e.g. spell(1) is also available as — a soft-link, namely — lspell(1)).

Some LTools were originally started as simple programming exercises when the author wanted to learn and play/experiment with the Rust programming language, and in the month of February 2021, being between two jobs, Jochen Leidner developed a bunch more and bundled them for an initial 1.0.0 release. It is hoped that folks find them useful, and consider contributing, too.

· bintosrc

· detabify

· fortune

· library

· logmsg

· spell

· sregex

· tabify

· woc

· xmastree

LTools were Written by and are copyright ©2021 by Jochen L. Leidner. All rights reserved; see LICENSE.txt for the license terms.

Owner

  • Name: Dr. Jochen L. Leidner
  • Login: jochenleidner
  • Kind: user
  • Location: Europe > Earth

Computer science researcher · artificial intelligence professor · experienced software architect · project manager · consultant

Citation (CITATION.cff)

# YAML 1.2
---
authors: 
  -
    family-names: Leidner
    given-names: "Jochen L."
    orcid: "https://orcid.org/0000-0002-1219-4696"
cff-version: "1.1.0"
date-released: 2021-02-15
identifiers: 
  - 
    type: url
    value: "https://github.com/jochenleidner/ltools"
keywords: 
  - "command-line tools"
  - "open-source"
  - Rust
message: "If you use this software, please cite it using these metadata."
title: LTools
version: "0.2.0"
...

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Dependencies

Cargo.toml cargo