All Projects → whats-this → Owo.sh

whats-this / Owo.sh

Licence: gpl-3.0
Read-only mirror of https://owo.codes/whats-this/owo.sh

Programming Languages

shell
77523 projects
bash
514 projects

Labels

Projects that are alternatives of or similar to Owo.sh

Pepy
pepy is a site to get statistics information about any Python package.
Stars: ✭ 369 (+583.33%)
Mutual labels:  mit
Coinbin
Javascript Bitcoin Wallet. Supports Multisig, Stealth, HD, SegWit, Bech32, Time Locked Addresses, RBF and more!
Stars: ✭ 694 (+1185.19%)
Mutual labels:  mit
Annwvyn
Annwvyn C++ Open Source designed-for-VR game engine and application developement framework
Stars: ✭ 34 (-37.04%)
Mutual labels:  mit
Citgm
Canary in the Gold Mine
Stars: ✭ 405 (+650%)
Mutual labels:  mit
Opentesarena
Open-source re-implementation of The Elder Scrolls: Arena.
Stars: ✭ 549 (+916.67%)
Mutual labels:  mit
Primeng
The Most Complete Angular UI Component Library
Stars: ✭ 7,180 (+13196.3%)
Mutual labels:  mit
Myra
UI Library for MonoGame, FNA and Stride
Stars: ✭ 348 (+544.44%)
Mutual labels:  mit
Terminus
Terminus, a terminal for Atom! - Looking for collaborators hop in, at your next bus stop :-)
Stars: ✭ 49 (-9.26%)
Mutual labels:  mit
Pharo
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
Stars: ✭ 631 (+1068.52%)
Mutual labels:  mit
Westwind.htmlpackager
A small utility class used to package HTML content into a self contained HTML document both as a single file, or a folder with all dependencies copied to local.
Stars: ✭ 27 (-50%)
Mutual labels:  mit
Cc
一个基于angular5.0.0+ng-bootstrap1.0.0-beta.8+bootstrap4.0.0-beta.2+scss的后台管理系统界面(没基础的同学请先自学基础,谢谢!)
Stars: ✭ 416 (+670.37%)
Mutual labels:  mit
Nodegit
Native Node bindings to Git.
Stars: ✭ 5,022 (+9200%)
Mutual labels:  mit
Learning Mit 6.828
something you need in MIT 6.828 Fall 2019
Stars: ✭ 16 (-70.37%)
Mutual labels:  mit
Leopotamgrouplibraryunity
Tools library for unity 3d game engine: animator graph helpers, serialization (json), localization, event routing (eventbus, ui actions), embedded scripting, uGui xml markup, threading, tweening, in-memory protection and other helpers (pure C#)
Stars: ✭ 373 (+590.74%)
Mutual labels:  mit
Jos lab mit 2017
代码MIT 2016-2017年JOS LAB(6/6) 过程记录文档为SJTU+MIT
Stars: ✭ 35 (-35.19%)
Mutual labels:  mit
Godot Platformer 2d
2d Metroidvania-inspired game for the 2019 GDquest Godot Kickstarter course project.
Stars: ✭ 365 (+575.93%)
Mutual labels:  mit
Uppy
The next open source file uploader for web browsers 🐶
Stars: ✭ 24,829 (+45879.63%)
Mutual labels:  mit
Tus Resumable Upload Protocol
Open Protocol for Resumable File Uploads
Stars: ✭ 1,070 (+1881.48%)
Mutual labels:  mit
Maths Learning Path
This is my maths learning path. Best courses I've found to learn calculus, algebra, ...
Stars: ✭ 47 (-12.96%)
Mutual labels:  mit
Rocket.chat
The communications platform that puts data protection first.
Stars: ✭ 31,251 (+57772.22%)
Mutual labels:  mit

owo.sh

A shell script for uploading and shortening links to owo.whats-th.is.

Dependencies

Dependency OS Notes
curl ALL N/A
maim Linux, BSD For FreeBSD users: version on FreshPorts is ancient
jq ALL Not required if python or ruby present
python ALL Not required if jq or ruby are present
ruby ALL Not required if jq or python are present
ffmpeg ALL Only required for screen recording
xclip Linux, BSD Only required if copy to clipboard is enabled
libnotify/notify-send Linux, BSD Only required if notifications are enabled
terminal-notifier macOS Only required if notifications are enabled

In short, on most systems, you'll need to install curl, maim and jq. If you plan on using any of the "advanced" features, refer to the table above.

Additional notes

On *BSDs (including macOS), you'll need GNU/make (gmake) to install this script.

Installation

From source (recommended)

  1. git clone https://owo.codes/whats-this/owo.sh.git owo.sh
  2. cd owo.sh
  3. git checkout REV where REV is a release. Current latest is v1.0.0
  4. sudo make install. If you want to avoid use of sudo, you can install script to the home of the current using by doing make install PREFIX=$HOME/.local/

Usage

See owo --help

FAQ

Screen recording on macOS?
No.

Symbol Lookup Error on Ubuntu 17.xx
Build from source or upgrade. maim/issues/120.

Wayland support?
No. To elaborate, Wayland quite literally does not support screenshots. It is simply too "secure" to allow such things. Please use Xorg instead.

Contributing

  1. git clone https://owo.codes/whats-this/owo.sh.git owo.sh
  2. Make changes
  3. git add -A && git commit -m 'short message describing your changes'
  4. Create a MR on our repo

License

The contents of this repository are licensed under the GPL version 3. A copy of the GPL can be found in LICENSE or on FSF's web page.

Also see owo --version

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].