Skip to main content

No project description provided

Project description

Apex Legends voicelines

[[TOC]]

Install

Recommended way to install is by using pipx.

Pipx will add isolation so that your system is always unaffected.

pipx install apex-legends-voicelines

Usage

To use just run

apex-voicelines

Using inside Emacs

These voicelines can be used inside Emacs.

You can use the voicelines as the frame title.

As frame title on startup

Add this to your config

(setq frame-title-format (shell-command-to-string "apex-voicelines"))

Use interactively

You can also add this in your config and change the title on demand

(defun change-emacs-title-apex ()
  (interactive)
  (setq frame-title-format (shell-command-to-string "apex-voicelines")))

Just run M-x change-emacs-title-apex to do so.

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apex-legends-voicelines-0.1.1.tar.gz (33.6 kB view hashes)

Uploaded Source

Built Distribution

apex_legends_voicelines-0.1.1-py3-none-any.whl (34.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page