tree: e562b7d820bfa9fc288e5b091c50213418d0ce91 [path history] [tgz]
  1. autoconf/
  2. check_deps/
  3. clang/
  4. devshell/
  5. emacs/
  6. fish/
  7. fxtest/
  8. fxutils/
  9. gce/
  10. git/
  11. gn/
  12. gn_complete/
  13. jiri/
  14. memory/
  15. mkinstaller/
  16. move_source/
  17. owner/
  18. prebuilts/
  19. rust/
  20. sdk/
  21. status/
  22. style/
  23. tests/
  24. third_party/
  25. unification/
  26. verify_cmdline_params/
  27. versioning/
  28. vim/
  29. wconversion/
  30. youcompleteme/
  31. zsh-completion/
  32. bazel-tool
  33. bootstrap
  34. build-qemu.sh
  35. BUILD.gn
  36. build_id_conv.py
  37. build_id_conv_test.py
  38. build_id_to_debug_id.py
  39. change_testability_review_analyzer.py
  40. collect_lines_to_tree.py
  41. colorize_logs
  42. compare_elf_sizes.py
  43. fd.py
  44. fetch-build-artifacts
  45. fidl_project_schema.json
  46. find_integration_revision.py
  47. flog
  48. fuchsia-vendored-python3.11
  49. fx
  50. fx-env.fish
  51. fx-env.sh
  52. fx-help.awk
  53. fx-reentry
  54. fx-wrapper
  55. generate-fidl-project.py
  56. generate-fidl-tags.py
  57. generate_cargo.py
  58. generate_gn_desc.py
  59. git_utils.py
  60. gn_to_cmake.py
  61. hermetic-env
  62. OWNERS
  63. paths.py
  64. README.md
  65. run-zircon-arm64
  66. run-zircon-x86
  67. simplify_stacktraces
  68. start-unsecure-internet.sh
  69. sync-from-stem.py
  70. yapf
scripts/README.md

Scripts

This repository is for scripts useful when working with the Fuchsia source code.

fx

fx is the front-door to a collection of scripts that make many tasks related to Fuchsia development easier. It contains a large number of subcommands, which can be discovered by running fx help. If you use bash or zsh as a shell, you can get some auto-completion for fx by sourcing scripts/fx-env.sh into your shell.