From a4a56ec006661be239bc57f2d9a393d7faf85054 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sat, 19 Oct 2019 07:41:11 +0500 Subject: [PATCH] Added README.md --- README.md | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..baa9b25 --- /dev/null +++ b/README.md @@ -0,0 +1,90 @@ +# Description + +This repository contains various scripts for performing routine operations, +simplifying the daily work in the Linux and other small utilities. + +# License + +All scripts and utilites are distributed under the GPLv3 license. + +## Installing + +A command + + $ make install + +will create the symbolic link for each script in the \ directory. + +# Index + +## Shell + +- [dus](dus) shows the directories' sizes sorted in descending order (see also [dust](https://github.com/bootandy/dust)). +- [ext](ext) unpacks archives. +- [pk](pk) creates archives of various types. +- [fcheck](fcheck) marks a file as read. +- [fucheck](fucheck) marks a file as unred. +- [fontsel](fontsel) shows the available console fonts. +- [fsz](fsz) adjusts console font size. +- [hr](hr) displays horizontal rule with current time. +- [vcat](vcat) displays file content with [syntax highlighting](https://www.gnu.org/software/src-highlite/) (see also [bat](https://github.com/sharkdp/bat)). + +## Audio + +- [a2mp3](a2mp3) converts wav audio files to mp3 format. +- [axaudio](axaudio) gets an information and audio stream from Axia Livewire network. +- [radio](radio) plays the internet radio stations from a list stored in the file. +- [vls](vls) runs vlc-ncurses with increased speed. + +## Texts + +- [dada](dada) creates random 'verse' from the text. +- [fb2](fb2) opens fb2 files in w3m browser. +- [nt](nt) displays New Testament texts in two languages line by line. +- [spread](spread) opens file in [speedread](https://github.com/pasky/speedread) program via terminal emulator with custom settings. +- [writeup](writeup) opens distracted-free Vim editor with custom color scheme, fonts and plug-ins. + +## Images + +- [img50](img50) resizes an image by half. +- [imgRL](imgRL) rotates an image to the left. +- [imgRR](imgRR) rotates an image to the right. +- [imgview](imgview), [lsi](lsi), [lsimage](lsimage) and [lsimg](lsimg) display images in a terminal emulator. +- [photosort](photosort) renames the image files by exif data. +- [th](th) makes an image thumbnail. + +## Notes + +- [dates](dates) + conky or similar software remind of upcoming events (birthdays, etc.). +- [mem](mem) stores the shorts notes in the file. +- [pomodoro](pomodoro) tracks the working time. + +## WWW + +- [bor](bor) displays the latest posts from [bash.im](https://bash.im) website. +- [ibor](ibor) displays the latest posts from [ibash.im](https://ibash.im) website. +- [vandroucli](vandroucli) retrieves the newest posts from the vandrouki websites ([ru](https://vandrouki.ru), [by](https://vandrouki.by), [asia](https://vandrouki.asia)). + +## System + +- [defgroups](defgroups) adds a user to default system groups. +- [passgen](passgen) creates the strong passwords. + +## Development tools + +- [doctools2man](doctools2man) converts doctool to man pages. +- [robodoc2html](robodoc2html) converts a documentation in the robodoc format into html. +- [getignore](getignore) stores files with '+GITIGNORE' marks into .gitignore file. +- [forks](forks) shows the latest forks of github repository. +- [utable](utable) shows a Unicode table. + +## WM + +- [calculator](calculator) computes mathematical expressions with variables and intermediate values. +- [fix-eselect](fix-eselect) adjusts 'type' command in gentoo's eselect scripts. +- [musca_status](musca_status) shows a list of all musca's workspaces. +- [poweroff-dialog](poweroff-dialog) and [suDo](suDo) provide a menu with 'shutdown', 'reboot' and 'suspend' commands. +- [windows](windows) shows a list of the all opened windows. +- [www](www) opens rofi menu with the most used www-links. +- [xstab](xstab) runs [st](https://st.suckless.org/) terminal with the [tabbed](https://tools.suckless.org/tabbed/). +