Software Alternatives, Accelerators & Startups

ale VS Things

Compare ale VS Things and see what are their differences

ale logo ale

Asynchronous Lint Engine

Things logo Things

Things is an easy to use task manager.
  • ale Landing page
    Landing page //
    2023-08-02
  • Things Landing page
    Landing page //
    2023-01-17

ale features and specs

  • Asynchronous Linting
    ALE performs linting and fixing asynchronously, which allows it to function without blocking the editor. This results in a smooth and responsive user experience, especially when working on large files.
  • Wide Language Support
    ALE supports a vast number of programming languages and linters, making it a versatile choice for developers working with multiple languages. This wide support is beneficial for polyglot developers.
  • Passive Mode
    ALE operates in passive mode, meaning it doesn't require you to run any manual commands to check for errors. It automatically shows warnings and errors in real-time as you type.
  • Editor Integration
    ALE integrates directly into Vim and Neovim, leveraging their ecosystem and providing a seamless user experience without needing to switch contexts or use external tools.
  • Configurable
    ALE is highly configurable, offering many options for customization. Users can tailor it to fit their specific needs, from enabling or disabling certain linters to customizing how error messages are displayed.

Possible disadvantages of ale

  • Complex Configuration
    The plethora of configuration options can be overwhelming for new users, making it potentially challenging to set up and maintain the desired configurations without a deep understanding of both ALE and Vim/Neovim.
  • Resource Usage
    Running multiple linters asynchronously can increase resource usage, which might affect performance, especially on older or less powerful systems.
  • Vim/Neovim Specific
    As ALE is designed to work specifically with Vim and Neovim, it is not suitable for developers who use other text editors, limiting its adoption for teams using diverse tools.
  • No Error Fixing UI
    ALE provides linting feedback but lacks an interactive interface for fixing errors directly within the editor, unlike some other linting tools that offer more integrated fixing support.
  • Dependency Management
    Setting up ALE often requires managing external dependencies such as language servers or linter binaries, which can be complex and require additional maintenance.

Things features and specs

  • User Experience
    Things is known for its clean, intuitive, and beautifully designed user interface, making it easy to use.
  • Integration with Apple Ecosystem
    Seamlessly integrates with macOS and iOS devices, offering features like Handoff and deep Apple Calendar integration.
  • Powerful Task Management
    Supports projects, areas, headings, and tags, providing a robust system for managing complex tasks and workflows.
  • Quick Entry
    Provides a quick entry function allowing users to capture tasks efficiently, which can later be categorized and detailed.
  • Updates and Support
    Regularly updated with new features and enhancements, backed by reliable customer support.
  • Keyboard Shortcuts
    Offers extensive keyboard shortcuts for power users to navigate and manage tasks quickly.
  • Natural Language Processing
    Allows users to input tasks using natural language, which is then intelligently parsed and scheduled.

Possible disadvantages of Things

  • Cost
    Things requires a one-time purchase for each platform (macOS, iOS), making it relatively expensive compared to some subscription-based competitors.
  • Platform Limitation
    Only available on Apple devices (macOS and iOS), making it inaccessible for users on Windows, Android, or other platforms.
  • No Collaboration Features
    Lacks built-in collaboration tools, which can be a drawback for teams looking to share and manage tasks collectively.
  • Learning Curve for Advanced Features
    While the basic interface is user-friendly, fully utilizing advanced features can require time and a deeper understanding.
  • Limited Automation
    Offers fewer automation options and integrations compared to some competitors like Todoist or Microsoft To Do.

Analysis of Things

Overall verdict

  • Things is widely regarded as an excellent productivity tool, especially for Apple ecosystem users. It combines elegance with functionality, making it a top choice for those who prefer a minimalist but powerful task manager.

Why this product is good

  • Things by Cultured Code is highly acclaimed for its clean, intuitive design and effective task management features. It provides a seamless user experience with its natural language input, powerful integration with macOS and iOS, and features like projects, areas, deadlines, and reminders that help users organize their tasks efficiently. The app is particularly praised for its focus on simplicity and ease of use, which allows users to focus on their tasks without being overwhelmed by features.

Recommended for

    Things is ideal for individuals who are deeply integrated into the Apple ecosystem and appreciate a minimalist design approach. It's perfect for users who prefer a straightforward, no-frills task management system that emphasizes ease of use, efficiency, and aesthetic appeal.

ale videos

ALE Tips & Tricks by Ar. Lei Ramos : Foundree x Zubu DA

More videos:

  • Review - ALE Reviewer | PROFPRAC Practice Exam Part I
  • Review - 5 Things I Learned During My ALE Review Season (June 2019)

Things videos

Brandon's Cult Movie Reviews: THINGS

More videos:

  • Review - Things 3: Full Review (2019)
  • Review - OmniFocus vs. Things 3 review: which is best for you?

Category Popularity

0-100% (relative to ale and Things)
Text Editors
100 100%
0% 0
Task Management
0 0%
100% 100
Productivity
13 13%
87% 87
Project Management
0 0%
100% 100

User comments

Share your experience with using ale and Things. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare ale and Things

ale Reviews

We have no reviews of ale yet.
Be the first one to post

Things Reviews

11 Ayanza Alternatives
Things 3 is a multi-award-winning personal task manager that assists you in keeping track of your tasks. The environment of the application is attractive with a fresh new look, delightful integrations, and powerful features. It has been completely effective to boost efficiency with easy to use and is attractive to the eye. The themes are a creative and powerful feature that...
Five of the Best To-Do Apps for iOS
Things 3 is one of the few to-do apps that's not subscription based, and it costs $9.99 to purchase. Things 3 is also available for Mac and iPad, though each app must be purchased individually.

Social recommendations and mentions

ale might be a bit more popular than Things. We know about 60 links to it since March 2021 and only 58 links to Things. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

ale mentions (60)

  • Vim + Markdown = Writer's Heaven
    The ale plugin (Asynchronous Lint Engine) allows auto-formatting and linting In vim, running external tools asynchronously so they don't block your editing. With the configuration above, you can run :ALEFix to format the current file, Or add the following to have it format on save:. - Source: dev.to / 4 months ago
  • Laravel code-quality tools
    Support for code quality tools are provided by the ALE plugin. These are supported for PHP:. - Source: dev.to / over 2 years ago
  • A Humble Request for Assistance Maintaining ALE
    Hello Everyone! W0rp here. I thought I'd ask on Reddit if there's anyone out there would like to help maintain ALE. It would be nice to have another willing volunteer who is up for providing relevant feedback on PRs, answering common questions, merging good PRs, and managing GitHub issues. I'll mention to anyone interested that I have a general policy of never closing issues, no matter how old, unless they are... Source: over 2 years ago
  • Tell HN: Vim Has Autocomplete
    Ctrl-X Ctrl-L is line based completion, see :help CTRL-X_CTRL-L for details. :help ins-completion gets the useful docs, Vim's own docs are very good and worth spending some time learning how to use, so you can learn Vim itself better. Another favorite of mine is 'gf' to open the filename under the cursor, very useful combined with ^X ^F. Omni completion is also useful: https://vim.fandom.com/wiki/Omni_completion... - Source: Hacker News / almost 3 years ago
  • LazyVim
    FWIW, I still use regular vim with ale [0] and it does everything I want. It formats files with Black and isort, shows ruff and pyright errors, supports jumping to definitions, and has variable information available on hover. I have collected my config over the past several years, but I pretty rarely encounter errors with it. [0]: https://github.com/dense-analysis/ale. - Source: Hacker News / about 3 years ago
View more

Things mentions (58)

  • We don't need startups, we need Digital-Mittelstand
    Correct: https://culturedcode.com/things/ Looks like the different apps (desktop, mobile, iPad) have different prices, but all are one-time payments of $10-$50. - Source: Hacker News / over 1 year ago
  • Essential Software for Mac Users: Three Recommended Efficient Tools
    Things 3is an award-winning task management application known for its clean, elegant interface and intuitive usability. It employs a minimalist design style, allowing users to easily add, organize, and view tasks, helping individuals efficiently manage daily affairs. While Things 3 does not support team collaboration features, it provides a smooth user experience on macOS as a personal task management tool. - Source: dev.to / over 1 year ago
  • Show HN: I built a task manager that separates "Do" & "Due" dates
    How badly do Twos want to SEO rank on searches for Things? https://culturedcode.com/things/. - Source: Hacker News / over 1 year ago
  • Ask HN: What macOS apps/programs do you use daily and recommend?
    Alfred - Productivity App for macOS [1] iTerm2 - macOS Terminal Replacement [2] Dropshare App - upload anything anywhere on macOS [3] Mimestream - A native macOS email client for Gmail [4] Things - To-Do List for Mac & iOS [5] [1] https://www.alfredapp.com [2] https://iterm2.com [3] https://dropshare.app [4] https://mimestream.com [5] https://culturedcode.com/things. - Source: Hacker News / about 2 years ago
  • Ready to advance from Evernote, looking at Obsidian
    Currently, I use Things (https://culturedcode.com/things/) for tasks and Evernote for notes, and experimented with Freeform (I love the visual aspect and simplicity). At work, I've used Notion, Mural, Miro, LucidChart, Quip, and many other collaboration-based knowledge systems. I never researched the best of personal knowledge systems until now. Source: almost 3 years ago
View more

What are some alternatives?

When comparing ale and Things, you can also consider the following products

fugitive (via vim) - Free - VIM license

Todoist - Todoist is a to-do list that helps you get organized, at work and in life.

Vim-Plug - :hibiscus: Minimalist Vim Plugin Manager. Contribute to junegunn/vim-plug development by creating an account on GitHub.

TickTick - TickTickis a cross-platform to-do list app & task manager helps you to get all things done and make life well organized.

pathogen.vim - pathogen.vim: manage your runtimepath. Contribute to tpope/vim-pathogen development by creating an account on GitHub.

Remember The Milk - Remember The Milk is a task and time management application for mobile devices.