dailyhack icon indicating copy to clipboard operation
dailyhack copied to clipboard

🐱‍💻 Tiny Tiny Hacks we use in our daily life.

Results 105 dailyhack issues
Sort by recently updated
recently updated
newest added

👀 What happens some that browser auto fill the password into password field and I don;t know which password is this. So, I use a small hack. just change the...

dailyhack
trick
fun

Flotato lets you turn any web page into a Mac app just by changing the name. 👉 https://flotato.com

dailyhack
tool
macos

These docker commands are that I use every single day ``` # show containers docker ps # Logging to container docker logs -f # ssh to container docker exec -it...

dailyhack
coding
other

### Dynamic Email Template This tool will Generate Email Template Code with Dynamic Data as JSON object or API. Get the generated email template and add into Mailchimp, Sendgrid or...

dailyhack
tool
editor

Awesome Trick: Wanna download video or gif from twitter tweets? it's easy just mention and twitter handle. `@GetVideoBot` ![image](https://user-images.githubusercontent.com/9165019/58203501-da22f080-7cf7-11e9-800e-0038f8279b0d.png)

dailyhack
coolhack
trick

New illustrations generator with many cool characters and scenes absolutely for free.

Setting your branch to exactly match the remote branch can be done in two steps: ``` git fetch origin git reset --hard origin/ ```

dailyhack
git

Use object-fit cover on your images for a quick way to resize images without ruining proportions... ``` @media (max-width: 540px) { img{ max-height:200px; max-width:100%; object-fit:cover; } } ``` Here's a...

dailyhack
coolhack
trick

Are you lazy to install font icons such as font awesome or feather icons to your web project? Use the power of emojis!!! Use case of my current project: (gekri.com)...

dailyhack
tool
macos

macOS has a hidden color selector you can use to quickly grab the hex color of anything on screen! 🎨 1. Open "Digital Color Meter" 2. Set "display values" as...

dailyhack
trick
macos