Ethan

Results 14 issues of Ethan

Sorry for such a small pull request but someone had to do it 😝

Put this in your bash profile: ``` function title() { echo -e "\033]0;${1:?please specify a title}\007" ; } ``` Then just type `title "myTitle"` in the terminal.

dailyhack
trick
terminal
fun

This terminal command will hide everything on your desktop, so it doesn't give you anxiety 😅 It doesn't actually delete the stuff on your desktop, it just hides it. You...

dailyhack
trick
terminal
fun

``` var x = 2; var y = 3; var z = 'hello'; console.log({x, y, z}); ``` This will print out the following: > {x: 2, y: 3, z: "hello"}

dailyhack
trick
fun

I use this command super often, basically whenever I want to push a new feature for KanbanMail to production. It pushes my dev branch, goes to master, merges my dev...

dailyhack
trick
fun

Hey! Looks like the proxy is down with a DNS error, it's been down now for a few days. Just letting you know, and thanks for making this!

Hi! Thanks for making Lockwise, I really enjoy it on desktop. I was wondering if there any plans for the app to support Android 6?

Hi, is it possible to do the effect of page.git.last_commit but with any file (not necessarily the one you are on)? For example something like ``` {% for file in...