Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
b5aea3aeed | ||
|
6fc84ce7be | ||
|
e085233dcb | ||
|
63cd3baffc | ||
|
2e70b1e35d | ||
|
b3b11e3b0e | ||
|
a69b214c91 |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
.DS_Store
|
||||
*.app
|
16
README.md
16
README.md
@@ -19,6 +19,22 @@ Create, list or delete bare repos on git server. Edit your config and descriptio
|
||||
- Create, list, delete, edit hooks
|
||||
|
||||
|
||||
#### autoscript
|
||||
|
||||
Quickly setup the base to start writing scripts.
|
||||
Supports crystal, python and bash (default)
|
||||
|
||||
|
||||
#### initializeANSI
|
||||
|
||||
Initialize a bunch of variables with ANSI colors and co.
|
||||
|
||||
|
||||
#### glances
|
||||
|
||||
top alternative
|
||||
|
||||
|
||||
|
||||
## MacOS
|
||||
|
||||
|
7
displayer
Executable file
7
displayer
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# run displayplacer list and copy last line below
|
||||
|
||||
/usr/local/bin/displayplacer "id:49F08A4F-75FC-4C49-1D42-FCAFFAD002D9 res:1440x900 color_depth:8 scaling:on origin:(0,0) degree:0" "id:53E94505-4CEC-6831-DC98-38719471A1A2 res:2560x1440 hz:60 color_depth:8 scaling:off origin:(-2560,-540) degree:0" "id:FC867AA0-A4A6-CD6C-080F-31EFDA5C3F71 res:2560x1440 hz:60 color_depth:8 scaling:off origin:(-5120,-540) degree:0"
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user