반복 작업을 자동화하는 방법
컴퓨터에서 수행하는 일상적이고 반복적인 몇 가지 작업이 있으며, 안타깝게도 가장 중요한 작업이기도 합니다. 그러나 자동화 응용 프로그램을 사용하면 이러한 지루한 프로세스 중 많은 부분을 원클릭(또는 탭) 작업으로 전환할 수 있습니다.
자동화기란 무엇입니까? 기본적으로 사용자의 상호 작용을 통해 컴퓨터가 이러한 작업을 자동으로 완료할 수 있도록 명령을 함께 연결하는 자신만의 미니 응용 프로그램을 구축할 수 있는 프로그램입니다.
애플리케이션 구축? 복잡하게 들릴 수 있지만 작업 아이콘을 드래그 앤 드롭하는 것처럼 간단하게 만들어 코딩 기술(또는 명령줄에 대한 지식)의 필요성을 우회할 수 있는 앱이 많이 있습니다.
이러한 자동화 프로그램은 간단하게 배치되어 있고 놀라울 정도로 강력하며 위협적이지 않게 보이도록 모든 기능을 수행합니다. 그리고 대부분의 가장 큰 제한은 자동화에 유용한 프로세스를 생성하는 능력입니다. Windows, Mac, Android 및 iOS에서 주요 자동화 앱을 시작하는 방법은 다음과 같습니다.
윈도우: 오토핫키
AutoHotKey는 아마도 가장 잘 알려진 Windows 자동화 프로그램일 것입니다. 이 프로그램은 바로 가기 단축키를 위한 플랫폼으로 시작했지만 이후 훨씬 더 완전한 기능을 갖춘 것으로 발전했습니다. AutoHotKey는 강력하지만 여기서 언급한 다른 자동화 앱보다 사용자 친화적이지 않습니다.
사용자 인터페이스나 메뉴가 없습니다. 대신 특정 명령이 코드 텍스트로 입력된 다음 앱에서 실행할 수 있는 문서로 저장됩니다. 따라서 AutoHotKey가 지금까지 가장 다재다능한 Windows 옵션이지만 실제로 선택하기가 좀 더 쉬운 다른 프로그램을 제안합니다.
Windows: 작업
Actions는 다른 플랫폼에서 볼 수 있는 것과 동일한 사용자 친화적인 인터페이스를 Windows 자동화에 가져오려고 시도하는 애플리케이션입니다. Java를 사용하여 자동화를 실행하므로 모든 PC 사용자에게 이상적이지는 않지만 코드를 효과적으로 사용하는 데 필요한 지식 수준에 약간 겁이 나는 사람들에게는 Actions가 적합합니다.
Actions는 OS X 앱 Automator보다 덜 채워져 있지만 여전히 상당한 범위의 작업과 상태를 호스팅하고 많은 유용한 작업을 완료할 수 있습니다. 사전 제작된 작업 목록에 없는 고급 옵션을 원하는 경우 수동으로 생성된 스크립트도 실행할 수 있습니다. 약간의 Java 노하우로 무제한으로 만들 수 있습니다.
맥: 오토메이터
Automator는 약 15년 전 OS X가 시작된 이래 한동안 존재해 왔지만 전에 본 적이 없더라도 실망하지 마십시오. IT 분야에서 일하지 않는 한 대부분의 사람들은 생각조차 하지 않을 것입니다. 문제는 아마도 그렇게 모호해서는 안된다는 것입니다.
For many users, the concept behind Automator will make it feel like it should belong in the 'too hard' basket, but the app's reassuring helper-icon -- a funny little cyclops robot holding a pipe -- accurately reflects how streamlined and user-friendly the application actually is.
In our job, one of the most useful processes we have found for Automator is resizing images for the web. Granted, it doesn't really take that long to open an image, crop it and then export it. Though if you multiply that process by 200 -- as you do when uploading for a reasonably successful blog -- and you have many hours of work in front of you.
With Automator you can create a desktop app that will resize images into a predefined format and then copy them into a new folder. It's launched simply by dropping the images you want onto a desktop icon. Automator will chew through those 200 images in a minute and you won't have to do a thing.
iOS: Workflow
What's great about automation applications is that they're no longer just limited to desktop platforms. iOS isn't known to host many apps that play nice together -- the integration permissions of the whole system are as strict as a 19th century boarding school -- but the automation app Workflow (combined with iOS 8) seems to be making some headway with this.
With a gallery of recommended, importable workflows and the ability to create your own lists of actions as an icon in the app, Workflow is almost as powerful as its desktop counterparts. The first automation that sticks out is the GIF maker, which will first open your camera allowing you to take three photos, from there it will automatically turn them into a GIF and email them to a pre-specified email address. Pretty cool!
You can scan QR codes, set reminders for locations -- useful as Siri can't do this yet -- and it will even grab your list of events from the calendar and ask if you would like it to book an Uber ride for your next one. Like Automator, Workflow is arranged with action icons that you drag and drop onto your workflow page, with all the optional input fields available to tweak. It's super simple and works really well across a massive array of apps and system processes already. The best bit is that you can even create shortcut icons for workflows, putting them directly onto your home screen.
Android: Tasker
As great as the iOS app Workflow is, Android's Tasker is better. The open nature of the Android operating system means that Tasker has access to way more commands and can connect them to pretty much any application or system command on the device. For example, it can turn your emails notifications off at night or on the weekends, or open your music app when you plug in your headphones.
Tasker is slightly less intuitive than Workflow and it will take longer to get the hang of the fundamentals: Actions, Tasks, Profiles and Scenes. A bit of work can go a long way however, and can even allow you to enjoy features well before they're available elsewhere. Some of the latest most impressive things to hit Google Now (the Android digital assistant) -- like setting reminders for specific locations -- were able to be done on Tasker years ago. And over time, there've been a ton more plugins and contexts added to the application.
Android는 상호 연결과 관련하여 내장 차단 기능이 적기 때문에 Tasker가 유일한 자동화 앱은 아닙니다. AutomateIt은 자동화를 처음 사용하는 경우 정말 좋은 대안입니다. 그것은 많은 명령과 훨씬 간단한 인터페이스를 가지고 있습니다. 그러나 약간 배우고 싶다면 Tasker는 다재다능 함과 강력한 기능을 고려할 때 놀랍도록 간단합니다.