All Projects → clburlison → Scripts

clburlison / Scripts

Licence: mit
💡 A collection of random scripts.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Scripts

Automator
Various Automator and AppleScript workflow and scripts for simplifying life
Stars: ✭ 68 (+4.62%)
Mutual labels:  scripts, mac
Air
Mac menu bar app to track Air Quality
Stars: ✭ 63 (-3.08%)
Mutual labels:  mac
Applescripts
My collection of AppleScripts created/acquired over the years. This repo is designed to provide useful AppleScripts for others and as a general resource for AppleScript education.
Stars: ✭ 56 (-13.85%)
Mutual labels:  scripts
Macos Setup
A curated macOS setup | v2
Stars: ✭ 60 (-7.69%)
Mutual labels:  mac
Alfred Appscripts
Alfred workflow to search and run/open AppleScripts for the active application
Stars: ✭ 56 (-13.85%)
Mutual labels:  scripts
Dotfiles
Setup your Mac and sync it with your other machines.
Stars: ✭ 61 (-6.15%)
Mutual labels:  mac
Amazon Fresh Whole Foods Delivery Slot Finder
A Mac tool that finds available delivery slots for Amazon's Whole Foods delivery and Amazon Fresh services
Stars: ✭ 1,048 (+1512.31%)
Mutual labels:  mac
Scripts
Collection of various scripts
Stars: ✭ 63 (-3.08%)
Mutual labels:  scripts
Klaxon
Mac OS notifications from Python
Stars: ✭ 63 (-3.08%)
Mutual labels:  mac
Syncthing Macos
Frugal and native macOS Syncthing application bundle
Stars: ✭ 1,096 (+1586.15%)
Mutual labels:  mac
Retrobat
RetroBat is the best way to play your ROMs collection on Windows !
Stars: ✭ 58 (-10.77%)
Mutual labels:  scripts
Zoomin
Safari extension for opening Zoom right away
Stars: ✭ 57 (-12.31%)
Mutual labels:  mac
Whc datamodelfactory
Mac上iOS开发辅助工具,快速把json/xml数据转换生成对应模型类属性,省去麻烦手动创建,提高开发效率。Mac iOS development aid, quickly put the json/XML data transformation generates the corresponding model class attribute, save trouble created manually, improve the development efficiency.
Stars: ✭ 1,118 (+1620%)
Mutual labels:  mac
Dotfiles
A shell script to install awesome command for *nix platform and set them up
Stars: ✭ 56 (-13.85%)
Mutual labels:  mac
Menubarosxapp
Generic Mac OS X menu bar app (agent) template
Stars: ✭ 63 (-3.08%)
Mutual labels:  mac
Skybar Deeplink
Mac app that add to the menu bar deep link tool so you can easily open your deep links in your installed simulator.
Stars: ✭ 50 (-23.08%)
Mutual labels:  mac
Learningopencv
Source code for Learning OpenCV 《学习OpenCV》源码及 Mac 运行工程
Stars: ✭ 57 (-12.31%)
Mutual labels:  mac
Blightmud
A terminal mud client written in Rust
Stars: ✭ 61 (-6.15%)
Mutual labels:  mac
Sandman Lite
A Lightweight Script Built With Late Night Developers In Mind
Stars: ✭ 64 (-1.54%)
Mutual labels:  mac
Scriptsdev
Scripts-dev directive for composer
Stars: ✭ 63 (-3.08%)
Mutual labels:  scripts

Clayton's scripts

These are scripts that I have collected from the internet or put together myself.

What do these files do

Most of these files are pretty self explanatory based off file name or the comments within the script. Most scripts will have header information giving credit/source of the file if not created by me.

All files provided as is. You run it. You break it. You fix it. I hold no responsibility.

Makefile

Some directories will have a Makefile for creating packages. I currently am using two types of Makefiles, 'native' and luggage. To verify which Makefile I am using open the file and look for include /usr/local/share/luggage/luggage.make if that line is present you will need to install luggage. Other Makefiles would be considered 'native' and use Apple's built in command line tools to create packages.

Command line tools

Command line tools will need to be installed for some of the items in this repo to work.

xcode-select --install

Shortcuts:

Run Power.sh

curl -fsSL https://raw.githubusercontent.com/clburlison/scripts/master/clburlison_scripts/power_info/power.sh | sh
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].