ayadn 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/CHANGELOG.md +2 -4
- data/README.md +5 -36
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDhmOTUxZGRlODIzNTkzOTk4MzliZDliMTM5NWIyM2JjNzRiMzEwYQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZTJkYjRjN2UxYjBiNDBmYjQ5NDExOTVlMGNjODY0NTQ0OGYzNDY5Ng==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjdkMGRmZWFiNzNjNjgwZmQ1M2ZmMjM5ZTQ5ZWI3Yzc4ZTc4MzI2MjU4MmQx
|
|
10
|
+
NzMwNTAzZjVlZmVhMDAxYjVhMjQ4ZmViZWY4Nzg5ZDVmMmQwZTQ5NTc4OWI5
|
|
11
|
+
YTZmMGVmMDAzMjUxYzZiNzUwNTI4YWQzYjhhODU3NDc1ODkwMDQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MjZmNjhhNDI2YTc5NjNiNzcyMmQ4NDdhNWZhYzI5NjgzZTZmMWJkMzk4NjI1
|
|
14
|
+
MjMzZWU5YTNiODc0MzhiNDY1ZGE2YjRkNjYxYzliOTA2MmQ0MDBmMzZhMjI2
|
|
15
|
+
ZWIxOWE2YzY3NzYxN2FkYWQ3NjNjOTFmZjc2MjVmNzJkZDc5NTQ=
|
data/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
AYADN
|
|
2
|
-
=====
|
|
3
|
-
|
|
4
|
-
AYADN is a learning exercise: while it's fully functional, it's still very alpha (remember I'm a beginner with Ruby).
|
|
2
|
+
=====
|
|
5
3
|
|
|
6
4
|
## 2014-02-14 v0.6.0
|
|
7
5
|
- ayadn is a Gem
|
|
8
|
-
- config is broken, next version will fix it
|
|
6
|
+
- config + multi-account is broken, next version will fix it
|
|
9
7
|
|
|
10
8
|
## 2014-01-29 v0.5.8b
|
|
11
9
|
- block/unblock a user
|
data/README.md
CHANGED
|
@@ -3,26 +3,20 @@ AYADN
|
|
|
3
3
|
|
|
4
4
|
[App.net](http://app.net) command-line client developed in Ruby.
|
|
5
5
|
|
|
6
|
+
[](http://badge.fury.io/rb/ayadn)
|
|
7
|
+
|
|
6
8
|
- [FEATURES](#features)
|
|
7
9
|
- [TL;DR](#tl;dr)
|
|
8
10
|
- [IMPORTANT NOTE](#important-note)
|
|
9
11
|
- [INSTALL](#install)
|
|
10
12
|
- [HOW TO USE](#how-to-use)
|
|
11
|
-
- [Through the ruby interpreter](#through-the-ruby-interpreter)
|
|
12
|
-
- [As an executable in your path](#as-an-executable-in-your-path)
|
|
13
|
-
- [As a local executable](#as-a-local-executable)
|
|
14
|
-
- [If you made the symlink](#if-you-made-the-symlink)
|
|
15
|
-
- [With an alias](#with-an-alias)
|
|
16
13
|
- [LIST OF COMMANDS](#list-of-commands)
|
|
17
14
|
- [TIPS](#tips)
|
|
18
|
-
- [Username](#username)
|
|
19
|
-
- [Configuration](#configuration)
|
|
20
15
|
- [Skip specific posts](#skip-specific-posts)
|
|
21
16
|
- [Backup some data](#backup-some-data)
|
|
22
17
|
- [Post links](#post-links)
|
|
23
18
|
- [Reset pagination data](#reset-pagination-data)
|
|
24
19
|
- [Custom posts count](#custom-posts-count)
|
|
25
|
-
- [Running multiple accounts](#running-multiple-accounts)
|
|
26
20
|
- [Pinboard](#pinboard)
|
|
27
21
|
- ["me"](#me)
|
|
28
22
|
- [Shortcuts](#shortcuts)
|
|
@@ -31,7 +25,6 @@ AYADN
|
|
|
31
25
|
- [HELP](#help)
|
|
32
26
|
- [Console](#console)
|
|
33
27
|
- [Database](#database)
|
|
34
|
-
- [GCC](#gcc)
|
|
35
28
|
- [CONTACT](#contact)
|
|
36
29
|
- [CREDITS](#credits)
|
|
37
30
|
- [Beta-testers](#beta-testers)
|
|
@@ -124,9 +117,9 @@ ayadn write 'Posting to App.net with Ruby!'
|
|
|
124
117
|
|
|
125
118
|
Ayadn is currently in a transition process from beta to v1.
|
|
126
119
|
|
|
127
|
-
This beta version is now a Gem but lacks
|
|
120
|
+
This beta version is now a Gem but lacks two features that worked before: multi account, and configuration without manually editing the config.yml file.
|
|
128
121
|
|
|
129
|
-
The current
|
|
122
|
+
The current [na](https://github.com/ericdke/na) repository will become Ayadn v1 when ready and complete (multi account, configuration with ayadn commands, fresh clean code, OSS rules compliant, etc).
|
|
130
123
|
|
|
131
124
|
## INSTALL
|
|
132
125
|
|
|
@@ -255,23 +248,7 @@ ayadn random
|
|
|
255
248
|
```
|
|
256
249
|
|
|
257
250
|
|
|
258
|
-
## TIPS
|
|
259
|
-
|
|
260
|
-
### Username (OBSOLETE, FIXED IN NEXT VERSION)
|
|
261
|
-
|
|
262
|
-
One thing I really recommend is to **fill in your username** in the `config.yml` file (without the "@").
|
|
263
|
-
|
|
264
|
-
Ayadn will then be able to perform a lot better and faster (less API calls, more colors, etc).
|
|
265
|
-
|
|
266
|
-
### Configuration (OBSOLETE, FIXED IN NEXT VERSION)
|
|
267
|
-
|
|
268
|
-
Unless you're planning on using [multiple accounts](https://github.com/ericdke/ayadn#running-multiple-accounts), you should then install the configuration file in the permanent Ayadn folder:
|
|
269
|
-
|
|
270
|
-
```
|
|
271
|
-
ayadn install config
|
|
272
|
-
```
|
|
273
|
-
|
|
274
|
-
Now you may safely edit your preferences in `%USERDIR%/ayadn/data/config.yml` without losing anything when updating Ayadn.
|
|
251
|
+
## TIPS
|
|
275
252
|
|
|
276
253
|
### Skip specific posts
|
|
277
254
|
|
|
@@ -359,14 +336,6 @@ ayadn posts @ericd 10
|
|
|
359
336
|
ayadn starred @ericd 10
|
|
360
337
|
```
|
|
361
338
|
|
|
362
|
-
### Running multiple accounts (OBSOLETE, FIXED IN NEXT VERSION)
|
|
363
|
-
|
|
364
|
-
- main idea: one Ayadn folder per account
|
|
365
|
-
- change the name of the ayadn folder to @yourusername
|
|
366
|
-
- replace "me" in `config.yml` by your username (without "@")
|
|
367
|
-
- do `ayadn authorize` to force a new process (you may have to log off your browser (or delete cookies) first if you want to change accounts)
|
|
368
|
-
- don't ever run "ayadn install config" or Ayadn will ignore your multiple settings
|
|
369
|
-
|
|
370
339
|
### Pinboard
|
|
371
340
|
|
|
372
341
|
Export a post link + text + tags to Pinboard:
|