Skip to content

lwotcynna/shot-magick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shot-magick

Using imagemagick v7.1.0
Menghias hasil screenshot maupun gambar lainnya. Katanya biar mirip hasil screenshot MacOS =)

! Deprecated !

Improved version ✨ -> awesomeshot

Light Mode

Dark Mode

instalasi

  • Termux
pkg up -y && pkg i imagemagick -y
curl https://raw.githubusercontent.com/annzc/shot-magick/main/shot-magick > shot-magick
chmod +x shot-magick
./shot-magic
# atau
bash shot-magick

NOTE

shot-magick beta version 0.1
Beberapa fitur terutama -usertag masih tidak stabil(!)

Cara lain untuk menggunakan fitur -usertag adalah dengan membuat file .usertag di dalam direktori yang sama.

Contoh:

echo "Shooter: @akugans $(date)" > .usertag
# output
: Shooter: @akugans Sun Jun 27 06:42:19 WIB 2021

dan jangan lupa sertakan argumen -usertag untuk menggunakan tag buatan sendiri tadi.

Hapus file .usertag untuk menggunakan tag input mode.
Atau edit sendiri variabel $_DEFAULT_TAG yang ada di dalam script.

ciao!

automation (coming soon?)

Untuk automasi, silahkan pakai while : / while true statement di dalam direktori dimana screenshot disimpan.

TROUBLESHOOTING

Jika terdapat error yang berhubungan dengan font, biasanya karena nama font tidak dapat ditemukan oleh sistem.
Untuk melihat list font yang tersedia, jalankan perintah berikut:

magick convert -list font | grep -iE 'font:.*'

sesuaikan font Anda dengan font yang tersedia.

ingfo

MIT licence

HARDLY INSPIRED BY 💡

About

Menghias hasil screenshot maupun gambar lainnya.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages