All Projects → foretspaisibles → cl-rashell

foretspaisibles / cl-rashell

Licence: MIT license
Resilient replicant Shell Programming Library for Common Lisp

Programming Languages

common lisp
692 projects
shell
77523 projects

Projects that are alternatives of or similar to cl-rashell

easy qsub
Easily submitting multiple PBS jobs or running local jobs in parallel. Multiple input files supported.
Stars: ✭ 26 (+52.94%)
Mutual labels:  batch
GraphOne
"GraphOne: A Data Store for Real-time Analytics on Evolving Graphs", Usenix FAST'19
Stars: ✭ 46 (+170.59%)
Mutual labels:  batch
dataloader-dotnet
DataLoader for .NET
Stars: ✭ 40 (+135.29%)
Mutual labels:  batch
ee.Screen
Takes screenshots of web pages for the list of URLs. Various resolutions, multiple formats (JPG, PDF, PNG and TXT)
Stars: ✭ 19 (+11.76%)
Mutual labels:  batch
RCWM
Right Click Windows Magic is an open-source set of right-click (context) menu tools for admins, power users and other magic beings. Batch&Powershell.
Stars: ✭ 39 (+129.41%)
Mutual labels:  batch
Batch-First
A JIT compiled chess engine which traverses the search tree in batches in a best-first manner, allowing for neural network batching, asynchronous GPU use, and vectorized CPU computations.
Stars: ✭ 27 (+58.82%)
Mutual labels:  batch
aly
Command Line Alias Manager and Plugin System - Written in Golang
Stars: ✭ 21 (+23.53%)
Mutual labels:  batch
EverythingPortable
EverythingPortable
Stars: ✭ 59 (+247.06%)
Mutual labels:  batch
Defeat-Defender-V1.2
Powerful batch script to dismantle complete windows defender protection and even bypass tamper protection ..Disable Windows-Defender Permanently....Hack windows. POC
Stars: ✭ 885 (+5105.88%)
Mutual labels:  batch
batch-transforms
Batch equivalent of PyTorch Transforms.
Stars: ✭ 33 (+94.12%)
Mutual labels:  batch
Batch-Antivirus
Batch Antivirus, a powerful antivirus suite written in batch with real-time protection and heuristical scanning.
Stars: ✭ 26 (+52.94%)
Mutual labels:  batch
batchql
GraphQL security auditing script with a focus on performing batch GraphQL queries and mutations
Stars: ✭ 251 (+1376.47%)
Mutual labels:  batch
minecraft-start-bat-creator
This bat aims to create a start.bat while optionally installing the latest paper.jar and/or installing a new java
Stars: ✭ 10 (-41.18%)
Mutual labels:  batch
sync-engine-example
Synchronization Algorithm Exploration: Techniques to synchronize a SQL database with external destinations.
Stars: ✭ 17 (+0%)
Mutual labels:  batch
SZTElectronicInvoice
深圳通充值发票手动、自动批量下载程序【代码仅供学习,请勿非法使用,违者一概不负责任】
Stars: ✭ 17 (+0%)
Mutual labels:  batch
terraform-scheduled-batch-job
A Terraform module representing a scheduled Batch job
Stars: ✭ 22 (+29.41%)
Mutual labels:  batch
BatchPayments
A gas conscious batch payment implementation
Stars: ✭ 27 (+58.82%)
Mutual labels:  batch
sic
🦜 Accessible image processing and conversion from the terminal. Front-end for image-rs/image.
Stars: ✭ 96 (+464.71%)
Mutual labels:  batch
removd
Automatic ai cut outs of people, products and cars with https://www.remove.bg service
Stars: ✭ 28 (+64.71%)
Mutual labels:  batch
KGrabber
Userscript for extracting links from kissanime.ru and similar sites.
Stars: ✭ 29 (+70.59%)
Mutual labels:  batch

Rashell – Resilient replicant Shell Programming Library for Common Lisp

The Rashell package defines primitives which combine ease of use with the ability to write maintainable and resilient programs leveraging the full power of UNIX. These primitives implements common patterns to interact with UNIX utilities as subprocesses. These patterns usually yield a string or a sequence of lines, they will also adequately report error conditions on subprocesses.

License

The Rashell package is a free software distributed under the terms of the MIT license.

Compatibility

The Rashell package is beta software and is currently only compatible with the SBCL implementation of Common Lisp.

Documentation

The Rashell package comes with documentation in PDF, HTML and INFO format.

Future Plans

  • Add support for other Common Lisp implementations, probably using external-program as an interface.
  • Add support for temporary files and directories with mktemp.
  • Add support for further common utilities in additional packages.

Interesting utilities are maybe SCMs such as git, whereas maybe only a few well selected functions would fit. Programs like tar, cpio, building programs make or bmake and the like could also be general enough to fit well in Rashell's additional packages.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].