All Projects β†’ duksis β†’ Lock

duksis / Lock

Licence: MIT license
πŸ”’ MacOS Application that does only one thing -> Locks your Mac

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Lock

Upic
πŸ“€uPic is a native, powerful, beautiful and simple picture and file upload tool for macOS.
Stars: ✭ 2,465 (+4640.38%)
Mutual labels:  macos-app
Perspec
Scriptable desktop app to correct the perspective of images
Stars: ✭ 523 (+905.77%)
Mutual labels:  macos-app
System-Color-Picker
🎨 The macOS color picker as an app with more features
Stars: ✭ 696 (+1238.46%)
Mutual labels:  macos-app
Lyricsx
🎢 Ultimate lyrics app for macOS.
Stars: ✭ 3,251 (+6151.92%)
Mutual labels:  macos-app
Copy-URL
Adds copy functionality to browser picker apps
Stars: ✭ 59 (+13.46%)
Mutual labels:  macos-app
GitHub-Notifications
πŸ”” Get GitHub's notifications directly on your Mac Status Bar
Stars: ✭ 17 (-67.31%)
Mutual labels:  macos-app
Moonlight Qt
GameStream client for PCs (Windows, Mac, Linux, and Steam Link)
Stars: ✭ 2,796 (+5276.92%)
Mutual labels:  macos-app
pomodoro-cycle-app
Open Source macOS pomodoro app. Pomodoro Cycle
Stars: ✭ 55 (+5.77%)
Mutual labels:  macos-app
ck550-macos
MacOS effect control SW for a CoolMaster CK550 & CK530 Keyboard (US Layout).
Stars: ✭ 14 (-73.08%)
Mutual labels:  macos-app
Image-Uploader
A simple demo for macOS Development
Stars: ✭ 16 (-69.23%)
Mutual labels:  macos-app
cooViewer
cooViewer - simple comic viewer for Mac
Stars: ✭ 91 (+75%)
Mutual labels:  macos-app
MinaOTP-MAC
Two-factor authentication tray app in macOS
Stars: ✭ 51 (-1.92%)
Mutual labels:  macos-app
antares
A modern, fast and productivity driven SQL client with a focus in UX.
Stars: ✭ 836 (+1507.69%)
Mutual labels:  macos-app
Ghostskb
Smart input method switcher like a ghost
Stars: ✭ 186 (+257.69%)
Mutual labels:  macos-app
short-touch
Application to easily generate short cut buttons on MacBooks with the touch bar.
Stars: ✭ 12 (-76.92%)
Mutual labels:  macos-app
Pdf Archiver
A tool for tagging files and archiving tasks.
Stars: ✭ 182 (+250%)
Mutual labels:  macos-app
Ambar-Xamarin
A macOS Menu Bar app built with Xamarin and C#
Stars: ✭ 63 (+21.15%)
Mutual labels:  macos-app
osxapp vers
Get product name, exact product version and build version from an Apple Install [Mac OS X|OS X|macOS]*.app or from a mounted Mac OS X Install CD/DVD image
Stars: ✭ 12 (-76.92%)
Mutual labels:  macos-app
kindaVim.theapp
Ultimate Vim Mode for macOS
Stars: ✭ 372 (+615.38%)
Mutual labels:  macos-app
session-buddy
An ultra-light Safari extension helps you save open tabs as collections that can be easily restored later
Stars: ✭ 108 (+107.69%)
Mutual labels:  macos-app

logo Lock.app Build Status

Locks your Mac

Intro

A simple Mac application that does only one thing ----> It locks your Mac!

lock through spotlight

Installation

  1. Download the image
  2. Open it
  3. Move Lock app to your Applications folder
  4. In case of Big Sur you might need to enable Preferences -> Security & Privacy -> Accessibility and check the checkbox next to the Terminal App

Background

Was using Alftred app for multiple years and recently realised that from all of it's features and fancy configuration I have set up long time ago I was using exactly nothing. I was still using it every day, but just for two things:

  1. opening a application (mainly iTerm and Chrome)
  2. Locking my machine whenever I was leaving

So the first thing regular Spotlight can do as well, for my new setup I decided on the minimalist approach. After a week or so I realised that I can't get used to locking with βŒ˜βŒƒQ and hot corners are not a solution, but a problem by themselves.

Instead of switching back to Alfread I decided to create a simple application that is just locking the machine when it is triggered and name it Lock this way Spotlight should be able to find it and suggest you it whenever you are typing Lock hopefully already on the first letters.

Default ways

The default way to lock your macOS Mojave machine is Command+Control+Q

for more options there is a detailed list on macpaw

Locking from Command-line

The core of this app is a simple one line call to one of MacOS core services and if you spend most of your time in the command-line you can just create a alias for it within your shell configuration (~/.bashrc, ~/zshrc ...)

alias lock='/System/Library/CoreServices/"Menu Extras"/User.menu/Contents/Resources/CGSession -suspend'

Known issues

Spotlight does not learn from your actions like Alfred does - if you have multiple applications with lock in their name or description the lock app might not come up in the first place.

Development

Clone the repo:

git clone [email protected]:duksis/Lock

After making changes install the development version locally:

cp -Rv Lock/Lock.app /Applications/

Releasing

  1. run scripts/bump_version NEW.VERSION.NUMBER
  2. push your changes
  3. create a new release

License

Lock.app is released under the MIT License.

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