All Projects → mikeckennedy → Urlify

mikeckennedy / Urlify

Licence: mit
A simple macOS app to create valid file and url names from clipboard text.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Urlify

Udemy Course Grabber
A script/software for automatically enrolling/joining 100% discounted Udemy courses for free. Get Paid Udemy courses for free with just a few clicks.
Stars: ✭ 230 (+422.73%)
Mutual labels:  free, gui
Gpt2 Telegram Chatbot
GPT-2 Telegram Chat bot
Stars: ✭ 41 (-6.82%)
Mutual labels:  text
Startbootstrap Round About
A Bootstrap HTML template for creating about pages - created by Start Bootstrap
Stars: ✭ 35 (-20.45%)
Mutual labels:  free
Language Modelling
Generating Text using Deep Learning in Python - LSTM, RNN, Keras
Stars: ✭ 38 (-13.64%)
Mutual labels:  text
Nix Query Tree Viewer
GTK viewer for the output of `nix-store --query --tree`
Stars: ✭ 36 (-18.18%)
Mutual labels:  gui
Header
Header Tool for Editor.js 2.0
Stars: ✭ 39 (-11.36%)
Mutual labels:  text
Kspigot
Extended Spigot and Bukkit API for Kotlin
Stars: ✭ 35 (-20.45%)
Mutual labels:  gui
Icememe
Roblox Exploit Source Code Called IceMeme with some cmds, lua c and limited lua execution with simple ui in c#
Stars: ✭ 42 (-4.55%)
Mutual labels:  free
Startbootstrap 2 Col Portfolio
A two column Bootstrap HTML portfolio template - created by Start Bootstrap
Stars: ✭ 40 (-9.09%)
Mutual labels:  free
Friendsofphp.org
Meet you PHP Friends in more than 1024 PHP groups all over the world!
Stars: ✭ 38 (-13.64%)
Mutual labels:  free
Getbilibili C
Download Bilibili Ultra-Definition Video
Stars: ✭ 37 (-15.91%)
Mutual labels:  gui
External
External is a GUI library for Go (Golang), based on connection to external GUI server application.
Stars: ✭ 36 (-18.18%)
Mutual labels:  gui
Uv2ray
Electron V2ray Client (mostly for Linux)
Stars: ✭ 40 (-9.09%)
Mutual labels:  gui
Guiscrcpy
A full fledged GUI integration for the most award winning open-source android screen mirroring system -- scrcpy located on https://github.com/genymobile/scrcpy/ by @rom1v
Stars: ✭ 960 (+2081.82%)
Mutual labels:  gui
Vue Slicksort
A set of vue mixins to turn any list into an animated, touch-friendly, sortable list ✌️
Stars: ✭ 1,010 (+2195.45%)
Mutual labels:  free
Nlp Experiments In Pytorch
PyTorch repository for text categorization and NER experiments in Turkish and English.
Stars: ✭ 35 (-20.45%)
Mutual labels:  text
Cl Pkr
Cross-Platform Color Picker Written in Common Lisp
Stars: ✭ 37 (-15.91%)
Mutual labels:  gui
Openconnect Gui
Mirror - Graphical OpenConnect client (beta phase)
Stars: ✭ 993 (+2156.82%)
Mutual labels:  gui
Intro To Apis Course
Introduction to APIs course
Stars: ✭ 1,009 (+2193.18%)
Mutual labels:  free
Living Mongo
A MongoDB Web GUI
Stars: ✭ 42 (-4.55%)
Mutual labels:  gui

URLify

A simple macOS app to create valid file and url names from clipboard text.

Introduction

If you ever need to take text like this:

Fastest drivers' times

And convert it to something you could use in a URL or filename, such as:

fastest-drivers-times

Then here's a simple macOS menubar app that does text transforms such as these with a single click. It just takes the text in the clipboard and replaces it with a filename friendly version.

Installation

Just download the latest release .zip file, uncompress it and copy urlify.app into your Applications folder.

Latest release at: github.com/mikeckennedy/urlify/releases

If you want URLify to start when you login, just follow these steps:

  1. Open System Preferences
  2. Click Users & Groups
  3. Click Login Items
  4. Click the ‘+‘ sign and find urlify.app
  5. click the Add button

Launching app

The first time you download the app, macOS may give you a warning that the developer is not verified and it can't run. You're welcome to heed that warning, but if you trust it enough, right-click and choose open rather than double-clicking it and then you'll get a prompt where you can run anyway.

After running once, macOS will allow it to run without complaining afterwards.

Building locally

If you want to build the app from source, it's pretty standard Python:

# Create and activate a virtual environment
$ pip install -r requirements.txt
$ python build_app.py py2app 

The output .app file will be the dist folder.

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