i3config 2.3.0 copy "i3config: ^2.3.0" to clipboard
i3config: ^2.3.0 copied to clipboard

Read i3 config files

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate i3config

Use it

The package has the following executables:

$ i3fmt

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add i3config

With Flutter:

 $ flutter pub add i3config

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  i3config: ^2.3.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:i3config/i3config.dart';
1
likes
140
points
120
downloads

Documentation

API reference

Publisher

verified publisherglenfordwilliams.com

Weekly Downloads

Read i3 config files

Repository (GitHub)
View/report issues

Topics

#i3config #config

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

artisanal, petitparser, source_span

More

Packages that depend on i3config